]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send_common.c
Fix typo in logfile.m4.
[paraslash.git] / send_common.c
index 77cdabae3cff8326027e0ded13b4856ee35e3dbb..3f29fe818c41e8b824d084c657712882192b177f 100644 (file)
@@ -1,13 +1,18 @@
 /*
- * Copyright (C) 2005-2014 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2014 Andre Noll <maan@tuebingen.mpg.de>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file send_common.c Functions used by more than one paraslash sender. */
 
+#include <netinet/in.h>
+#include <sys/socket.h>
 #include <regex.h>
 #include <osl.h>
+#include <arpa/inet.h>
+#include <sys/un.h>
+#include <netdb.h>
 
 #include "para.h"
 #include "error.h"