summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2011-02-11 15:01:00 +0100
committerNicolas Schodet2011-02-11 15:01:40 +0100
commitfe81eb7d148ead4a73f372c0afe2b008305d5928 (patch)
tree9ab25f76f2be18cb85f6012629b4fd5fa84a74c1
parenteef31f234cbf001a074f5619f587174131f11fd4 (diff)
common/std: lib/defs.h is needed for lib/types.h, closes #1103
-rw-r--r--cesar/common/std.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cesar/common/std.h b/cesar/common/std.h
index d4387ead82..35fddc0951 100644
--- a/cesar/common/std.h
+++ b/cesar/common/std.h
@@ -23,8 +23,8 @@
# define END_DECLS
#endif
-#include "lib/types.h"
#include "lib/defs.h"
+#include "lib/types.h"
#include "lib/utils.h"
#include "lib/dbg.h"