dect
/
dectmon
Archived
13
0
Fork 0

dectmon: add missing stdint.h include

Signed-off-by: Patrick McHardy <kaber@trash.net>
This commit is contained in:
Patrick McHardy 2010-11-03 03:12:58 +01:00
parent c43cf0a26b
commit 782da34e4b
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
#define _DECTMON_H
#include <stdbool.h>
#include <stdint.h>
#include <list.h>
#include <dect/auth.h>