Files
docker-bitlbee-libpurple/signal-login.c.patch
2022-04-07 23:27:36 +02:00

10 lines
211 B
Diff

--- 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.