diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-14 23:51:29 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-03-14 23:51:29 -0400 |
commit | 23a5000b44976005fb14305ed76521724ff15a00 (patch) | |
tree | 4fa85c4719310dc25b843248fc7151484dd3b05d /src/basic/macro.h | |
parent | ca9bc74bd0c80492af1f1b59f34094eddbea3c33 (diff) | |
parent | 27d13af71c3af6b2f9b60556d2c046dbb6e36e23 (diff) |
Merge pull request #2838 from vapier/master
include sys/sysmacros.h in more places
Diffstat (limited to 'src/basic/macro.h')
-rw-r--r-- | src/basic/macro.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/macro.h b/src/basic/macro.h index c34441d75d..b36a95675a 100644 --- a/src/basic/macro.h +++ b/src/basic/macro.h @@ -23,6 +23,7 @@ #include <inttypes.h> #include <stdbool.h> #include <sys/param.h> +#include <sys/sysmacros.h> #include <sys/types.h> #define _printf_(a,b) __attribute__ ((format (printf, a, b))) |