diff options
author | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-05-16 14:18:25 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2017-05-16 14:56:01 +0200 |
commit | 1c5b4c5d5b937fe6bbc3a599296e40a05f022b33 (patch) | |
tree | 485b23852778fce1320dc9cf4c5180cdbf6be788 /sysdep/config.h | |
parent | fd1f355b7b24f354f7d57f127911b4fd98354b34 (diff) | |
parent | b845ea097c285f17641d60df3dea4d3e820a1475 (diff) |
Merge branch 'master' into int-new
Diffstat (limited to 'sysdep/config.h')
-rw-r--r-- | sysdep/config.h | 1 |
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; |