Get rid of sys/signal.h.
[tinc] / src / meta.c
index 73ffa69..e108ea1 100644 (file)
@@ -17,7 +17,7 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id: meta.c,v 1.1.2.22 2002/02/10 21:57:54 guus Exp $
+    $Id: meta.c,v 1.1.2.23 2002/02/12 14:36:45 guus Exp $
 */
 
 #include "config.h"
 */
 
 #include "config.h"
 
 #include <errno.h>
 #include <syslog.h>
 
 #include <errno.h>
 #include <syslog.h>
-#include <sys/signal.h>
 #include <unistd.h>
 #include <string.h>
 /* This line must be below the rest for FreeBSD */
 #include <unistd.h>
 #include <string.h>
 /* This line must be below the rest for FreeBSD */
+#include <sys/types.h>
 #include <sys/socket.h>
 
 #include <openssl/evp.h>
 #include <sys/socket.h>
 
 #include <openssl/evp.h>