diff options
author | Simon Wunderlich <sw@simonwunderlich.de> | 2017-11-09 18:06:49 +0100 |
---|---|---|
committer | Mathias Kresin <dev@kresin.me> | 2017-11-16 22:56:54 +0100 |
commit | a479c79818cb9fe3913128f94340aebdfb732111 (patch) | |
tree | 7ebf09eb4deaa559adcd8298cfed3d89bff431d4 /package/libs/libnl | |
parent | f922b0c191e5cb831b51968c0e88176f7484adef (diff) | |
download | upstream-a479c79818cb9fe3913128f94340aebdfb732111.tar.gz upstream-a479c79818cb9fe3913128f94340aebdfb732111.tar.bz2 upstream-a479c79818cb9fe3913128f94340aebdfb732111.zip |
kobs-ng: add header for integer definitions
My compilation failed because of missing uint.* definitions:
In file included from mtd.h:33:0,
from bootstream.c:35:
BootControlBlocks.h:58:2: error: unknown type name 'uint8_t'
uint8_t m_u8DataSetup;
^
BootControlBlocks.h:59:2: error: unknown type name 'uint8_t'
uint8_t m_u8DataHold;
^
BootControlBlocks.h:60:2: error: unknown type name 'uint8_t'
uint8_t m_u8AddressSetup;
^
BootControlBlocks.h:61:2: error: unknown type name 'uint8_t'
uint8_t m_u8DSAMPLE_TIME;
Adding the header file fixes the problem.
Signed-off-by: Simon Wunderlich <sw@simonwunderlich.de>
[fold changes into 001-compile.patch]
Signed-off-by: Mathias Kresin <dev@kresin.me>
Diffstat (limited to 'package/libs/libnl')
0 files changed, 0 insertions, 0 deletions