Bläddra i källkod

Add missed <sys/select.h> include.

sobomax 16 år sedan
förälder
incheckning
bdec66211c
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      ut.h

+ 1 - 0
ut.h

@@ -51,6 +51,7 @@
 #include "comp_defs.h"
 
 #include <sys/types.h>
+#include <sys/select.h>
 #include <sys/time.h>
 #include <limits.h>
 #include <time.h>