diff options
Diffstat (limited to '')
-rw-r--r-- | signal-login.c.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/signal-login.c.patch b/signal-login.c.patch new file mode 100644 index 0000000..5336347 --- /dev/null +++ b/signal-login.c.patch @@ -0,0 +1,10 @@ +--- login.c ++++ login.c.new +@@ -4,6 +4,7 @@ + #include <sys/un.h> // for sockaddr_un + #include <sys/socket.h> // for socket and read + #include <errno.h> ++#include <stdint.h> + + /* + * Implements the read callback.
\ No newline at end of file |