diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-06-03 02:12:18 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-06-03 02:12:18 +0300 |
commit | 1bc3956ffd2d62a57db6b6b5c841f8931fcf4d31 (patch) | |
tree | 70bf06ddebe4d9a0b9db9b6b2ecabb7cb317e59f /src/options.h | |
parent | 82644cd319e46e35a7b4e3b4a61fac2465a2ea66 (diff) | |
download | plus-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.h | 2 |
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. |