Commit 09d1bd23 by Ferenc Wagner Committed by Daniel Lezcano

uint32_t is defined in stdint.h

parent 9527e566
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
# include <sys/signalfd.h> # include <sys/signalfd.h>
#else #else
/* assume kernel headers are too old */ /* assume kernel headers are too old */
#include <stdint.h>
struct signalfd_siginfo struct signalfd_siginfo
{ {
uint32_t ssi_signo; uint32_t ssi_signo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment