add sys/stat.h for mode flags

This commit is contained in:
matthias.ringwald 2009-07-11 10:46:17 +00:00
parent 5e0fa50d74
commit c7b9c5599d

View File

@ -16,6 +16,7 @@
#include <unistd.h> // write
#include <stdio.h>
#include <sys/time.h> // for timestamps
#include <sys/stat.h> // for mode flags
// BLUEZ hcidump
typedef struct {