mirror of
https://github.com/xcat2/xcat-dep.git
synced 2026-04-25 13:21:27 +00:00
12 lines
271 B
Diff
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"
|
|
|