summaryrefslogtreecommitdiff
path: root/sysdep/config.h
diff options
context:
space:
mode:
authorOndrej Zajicek (work) <santiago@crfreenet.org>2017-05-16 14:18:25 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2017-05-16 14:56:01 +0200
commit1c5b4c5d5b937fe6bbc3a599296e40a05f022b33 (patch)
tree485b23852778fce1320dc9cf4c5180cdbf6be788 /sysdep/config.h
parentfd1f355b7b24f354f7d57f127911b4fd98354b34 (diff)
parentb845ea097c285f17641d60df3dea4d3e820a1475 (diff)
Merge branch 'master' into int-new
Diffstat (limited to 'sysdep/config.h')
-rw-r--r--sysdep/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdep/config.h b/sysdep/config.h
index d740ff06..fb710d86 100644
--- a/sysdep/config.h
+++ b/sysdep/config.h
@@ -24,6 +24,7 @@
#include "sysdep/paths.h"
/* Types */
+
#include <stdint.h>
typedef int8_t s8;
typedef uint8_t u8;