]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/test/kqueue.cpp
Merge insp20
[user/henk/code/inspircd.git] / make / test / kqueue.cpp
index a20317456568e7d80b60afeab5b9145624c375b3..708677adf9ff142d5641395ec570ec1a93d88a1c 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * InspIRCd -- Internet Relay Chat Daemon
  *
+ *   Copyright (C) 2009 Daniel De Graaf <danieldg@inspircd.org>
  *
  * This file is part of InspIRCd.  InspIRCd is free software: you can
  * redistribute it and/or modify it under the terms of the GNU General Public
@@ -16,6 +17,7 @@
  */
 
 
+#include <sys/types.h>
 #include <sys/event.h>
 
 int main() {