summaryrefslogtreecommitdiff
path: root/src/libbasic/include/basic/hexdecoct.h
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-08-02 17:54:39 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-08-02 17:54:39 -0400
commit01a67dbfc491832def1ba8a2c3e7cda228e6f7c2 (patch)
treee5a25487d4ec161ed7e83754710ba8f83ec355f1 /src/libbasic/include/basic/hexdecoct.h
parentd7efceae3181337f25c8ef992923ae172b28b277 (diff)
./fixup.sh
Diffstat (limited to 'src/libbasic/include/basic/hexdecoct.h')
-rw-r--r--src/libbasic/include/basic/hexdecoct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libbasic/include/basic/hexdecoct.h b/src/libbasic/include/basic/hexdecoct.h
index 3c1225cf8b..1ba2f69ebd 100644
--- a/src/libbasic/include/basic/hexdecoct.h
+++ b/src/libbasic/include/basic/hexdecoct.h
@@ -24,7 +24,7 @@
#include <stdio.h>
#include <sys/types.h>
-#include "basic/macro.h"
+#include "macro.h"
char octchar(int x) _const_;
int unoctchar(char c) _const_;