summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2014-06-03 02:12:18 +0300
committerAndrei Karas <akaras@inbox.ru>2014-06-03 02:12:18 +0300
commit1bc3956ffd2d62a57db6b6b5c841f8931fcf4d31 (patch)
tree70bf06ddebe4d9a0b9db9b6b2ecabb7cb317e59f /src/options.h
parent82644cd319e46e35a7b4e3b4a61fac2465a2ea66 (diff)
downloadplus-1bc3956ffd2d62a57db6b6b5c841f8931fcf4d31.tar.gz
plus-1bc3956ffd2d62a57db6b6b5c841f8931fcf4d31.tar.bz2
plus-1bc3956ffd2d62a57db6b6b5c841f8931fcf4d31.tar.xz
plus-1bc3956ffd2d62a57db6b6b5c841f8931fcf4d31.zip
Add missing include in h files.
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index c5bb171cf..ebd9069a8 100644
--- a/src/options.h
+++ b/src/options.h
@@ -31,6 +31,8 @@
#include <stdint.h>
#endif
+#include "localconsts.h"
+
/**
* A structure holding the values of various options that can be passed
* from the command line.