]> jfr.im git - solanum.git/blobdiff - librb/src/select.c
Merge pull request #278 from edk0/override
[solanum.git] / librb / src / select.c
index c0b736c29cc34033dc0a2952b1ff998e8c20a410..61d464a4e75e92b01ac5712c570cb004166989b1 100644 (file)
  *  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301
  *  USA
  *
- *  $Id: select.c 26092 2008-09-19 15:13:52Z androsyn $
  */
+
 #define FD_SETSIZE 65535
-#include <libratbox_config.h>
-#include <ratbox_lib.h>
+#include <librb_config.h>
+#include <rb_lib.h>
 #include <commio-int.h>
 
 #if defined(HAVE_SELECT) || defined(_WIN32)