diff options
Diffstat (limited to 'dpid/dpid_common.h')
-rw-r--r-- | dpid/dpid_common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dpid/dpid_common.h b/dpid/dpid_common.h index 11bd0148..ca67d67f 100644 --- a/dpid/dpid_common.h +++ b/dpid/dpid_common.h @@ -10,6 +10,8 @@ */ #include <dirent.h> +#include <stddef.h> /* size_t */ +#include <sys/types.h> /* ssize_t */ #include "../dlib/dlib.h" |