]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - udp_send.c
Change copyright year to 2014.
[paraslash.git] / udp_send.c
index b41c0ebf919ca902a6cafe55dd93471fe42aef46..a74b63485fc17d4da2b08194ba4b05b35ec29e77 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * 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.
  */
@@ -8,7 +8,7 @@
 
 
 #include <regex.h>
-#include <sys/time.h>
+#include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/udp.h>
 #include <net/if.h>