trace: add missing limits.h include
[project/procd.git] / trace / trace.c
index fdffaba5f7cdb9d1e25ef3161bdd818d9c248391..1004ae92a458f9109627031ff008983c346f197a 100644 (file)
@@ -23,6 +23,7 @@
 #include <errno.h>
 #include <string.h>
 #include <syslog.h>
+#include <limits.h>
 
 #include <libubox/uloop.h>
 #include <libubox/blobmsg.h>