]> arthur.barton.de Git - netatalk.git/commitdiff
Add missing include, fixes bug #512
authorRalph Boehme <sloowfranklin@gmail.com>
Tue, 23 Apr 2013 10:57:38 +0000 (12:57 +0200)
committerRalph Boehme <sloowfranklin@gmail.com>
Tue, 23 Apr 2013 10:57:38 +0000 (12:57 +0200)
NEWS
include/atalk/server_child.h

diff --git a/NEWS b/NEWS
index deb2bc84e194a150f63da82c4bf5454d88ac850d..c74787bfa8773791b1681f1f351953af245b1cdc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,7 @@ Changes in 3.0.4
        dirlookup() where the curdir is freed because the dircache
        detected a dev/inode cache difference and evicted the object
        from the cache. Fixes bug #498.
        dirlookup() where the curdir is freed because the dircache
        detected a dev/inode cache difference and evicted the object
        from the cache. Fixes bug #498.
+* FIX: Add missing include, fixes bug #512.
 
 Changes in 3.0.3
 ================
 
 Changes in 3.0.3
 ================
index 5e69401886dc7856287248f3e6df11bc1e99621e..27ee305c7c85037058c4b04b655bc62a0a497d34 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <sys/types.h>
 #include <arpa/inet.h>
 
 #include <sys/types.h>
 #include <arpa/inet.h>
+#include <pthread.h>
 
 /* useful stuff for child processes. most of this is hidden in 
  * server_child.c to ease changes in implementation */
 
 /* useful stuff for child processes. most of this is hidden in 
  * server_child.c to ease changes in implementation */