summaryrefslogtreecommitdiff
path: root/src/macro.h
diff options
context:
space:
mode:
authorFrederic Crozat <fcrozat@suse.com>2012-02-29 14:42:49 +0100
committerLennart Poettering <lennart@poettering.net>2012-03-05 15:07:14 +0100
commit6a39419fe4e4ab7beb2412b6a52b5fd513509452 (patch)
tree11943a797fb6969ddc76102ae12d095f2b878060 /src/macro.h
parent7be3aa1732f76245b58f8cdfe74707f8f7f67d18 (diff)
fix sparse warnings
Diffstat (limited to 'src/macro.h')
-rw-r--r--src/macro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/macro.h b/src/macro.h
index 58de001f26..19f259e4f1 100644
--- a/src/macro.h
+++ b/src/macro.h
@@ -23,6 +23,7 @@
***/
#include <assert.h>
+#include <sys/param.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <inttypes.h>