aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortenox <as@tenoware.com>2017-11-25 23:29:52 -0800
committertenox <as@tenoware.com>2017-11-25 23:29:52 -0800
commitf1721d82eba4fbbb5df46bda1095d870fe64eda1 (patch)
tree8713dc798ccc1b4c4166bf53d62cd0dcb12dd743
parenta7b901a16a7a424afd1509162dc5ff6796fc7e12 (diff)
downloadwfm-f1721d82eba4fbbb5df46bda1095d870fe64eda1.tar.gz
added limits.h
-rw-r--r--wfm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wfm.h b/wfm.h
index 522145c..7c7dd4d 100644
--- a/wfm.h
+++ b/wfm.h
@@ -45,6 +45,7 @@
#include <stdarg.h>
#include <errno.h>
#include <time.h>
+#include <limits.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>