diff options
author | Christian Pointner <equinox@helsinki.at> | 2013-09-16 13:43:01 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2013-09-16 13:43:01 (GMT) |
commit | 549acaede7b62e4fcbb7c0bbc8b5e8f5ac420d9b (patch) | |
tree | 6639cea4b96bea4261fe40882f472b03a0f76b5e /datatypes.h | |
parent | ba9fe029984b9b1614bdfc81072a3e95675bd74a (diff) |
code cleanups and fixes (new gcc and clang)
Diffstat (limited to 'datatypes.h')
-rw-r--r-- | datatypes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/datatypes.h b/datatypes.h index e0d1774..e38d121 100644 --- a/datatypes.h +++ b/datatypes.h @@ -22,6 +22,7 @@ #ifndef RHCTL_datatypes_h_INCLUDED #define RHCTL_datatypes_h_INCLUDED +#define _GNU_SOURCE #include <stdint.h> #include <arpa/inet.h> |