]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - send_common.c
gui: Always initialize theme.
[paraslash.git] / send_common.c
index 250a2a0bc5a80f8973b33d43bcb2e12e3ee723e9..0baac3a6f5c9713e810f97b53d13275f4178c610 100644 (file)
@@ -1,13 +1,18 @@
 /*
- * Copyright (C) 2005-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2014 Andre Noll <maan@systemlinux.org>
  *
  * 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"