]> git.ozlabs.org Git - ccan/blobdiff - ccan/tally/tally.h
tally: Adapt bucket_min to Samba coding conventions
[ccan] / ccan / tally / tally.h
index e7157175075cb556d2ff7cd5c74d07b95ee3fd3d..c9272f1000fa516cb5c321249ee711088301a2c2 100644 (file)
@@ -1,6 +1,8 @@
+/* Licensed under LGPLv3+ - see LICENSE file for details */
 #ifndef CCAN_TALLY_H
 #define CCAN_TALLY_H
-#include <stdlib.h>
+#include "config.h"
+#include <sys/types.h>
 
 struct tally;