aboutsummaryrefslogtreecommitdiffhomepage
path: root/complete.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-24 18:53:12 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-01-24 18:53:12 -0800
commit67bb12e569d110b4b32122c6e562c3988382e8c8 (patch)
tree46bd4d4665a088a5bc80f2c7e3bfd3cd88cd2049 /complete.h
parent2d43517914a226d2549f7bbe3b677394ab9de061 (diff)
Attempt to fix the Linux build by including stdint.h
Diffstat (limited to 'complete.h')
-rw-r--r--complete.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/complete.h b/complete.h
index 30a01f72..be10d17b 100644
--- a/complete.h
+++ b/complete.h
@@ -14,6 +14,7 @@
#include <wchar.h>
+#include <stdint.h>
#include "util.h"
#include "common.h"