1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

kernel: added missing include inttypes.h to compile; required for PRIu64 usage

This commit is contained in:
Sonja Kolen 2018-08-22 16:45:03 +02:00
parent 1b437d2f12
commit c39e3c5d70

View file

@ -25,6 +25,7 @@
#include <time.h>
#include <unistd.h>
#include <fcntl.h>
#include <inttypes.h>
#include <sys/types.h>
#include <sys/utsname.h>