summaryrefslogtreecommitdiff
path: root/lib/ccan/tally/tally.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/ccan/tally/tally.h')
-rw-r--r--lib/ccan/tally/tally.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/ccan/tally/tally.h b/lib/ccan/tally/tally.h
index e715717507..650e2656cd 100644
--- a/lib/ccan/tally/tally.h
+++ b/lib/ccan/tally/tally.h
@@ -1,6 +1,7 @@
#ifndef CCAN_TALLY_H
#define CCAN_TALLY_H
-#include <stdlib.h>
+#include "config.h"
+#include <sys/types.h>
struct tally;