]> code.citadel.org Git - citadel.git/blobdiff - ctdlsalearn/src/sockets.c
Getting navigation in place for week view.
[citadel.git] / ctdlsalearn / src / sockets.c
index 9b21f4f9fb1b08e21a51c57eec01cbf97e461c95..a8f1fb0239f4322cb38cb8882a8f506a89bc250f 100644 (file)
@@ -1,5 +1,7 @@
 /*
+ * Socket functions for ctdlsalearn
  *
+ * This is open source software for the Linux operating system, licensed under GPL v3
  */
 
 #include <config.h>
 #include <stdio.h>
 #include <signal.h>
 #include <sys/types.h>
-#include <sys/time.h>
+#include <time.h>
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <string.h>
 #include <pwd.h>
 #include <errno.h>
 #include <stdarg.h>
-#include "ctdlsalearn.h"
 
 #ifndef INADDR_NONE
 #define INADDR_NONE 0xffffffff