2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2026-04-25 13:21:27 +00:00
Files
xcat-dep/atftp/dfsg-3-pthread-self-include.diff
2026-03-13 07:20:46 -03:00

12 lines
271 B
Diff

diff -Naur atftp-0.7.dfsg/logger.c atftp-0.7.dfsg-fixed/logger.c
--- atftp-0.7.dfsg/logger.c
+++ atftp-0.7.dfsg-fixed/logger.c
@@ -27,6 +27,7 @@
#include <string.h>
#include <time.h>
#include <unistd.h>
+#include <pthread.h>
#include <netdb.h>
#include "logger.h"