App and Base Compiles with new LibPack

This commit is contained in:
jriegel
2014-08-03 22:56:52 +02:00
parent ec2198107b
commit 36a0641edd
3 changed files with 10 additions and 10 deletions

View File

@@ -132,7 +132,7 @@
#ifndef HAVE_INT8_T
#define HAVE_INT8_T
typedef char int8_t;
typedef signed char int8_t;
#endif
#ifndef HAVE_UINT8_T