]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/runloop.c
Load cups into easysw/current.
[thirdparty/cups.git] / backend / runloop.c
index 03bb09282643ea74e249aa57a9af8fce4d9b5ac1..82673a447a3220f12c517b768c1f319868ca48f7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * "$Id: runloop.c 5726 2006-07-12 20:00:11Z mike $"
+ * "$Id: runloop.c 5776 2006-07-26 20:55:13Z mike $"
  *
  *   Common run loop API for the Common UNIX Printing System (CUPS).
  *
  */
 
 #include "backend-private.h"
-#include <sys/select.h>
+#ifdef __hpux
+#  include <sys/time.h>
+#else
+#  include <sys/select.h>
+#endif /* __hpux */
 
 
 /*
@@ -254,5 +258,5 @@ backendRunLoop(int print_fd,                /* I - Print file descriptor */
 
 
 /*
- * End of "$Id: runloop.c 5726 2006-07-12 20:00:11Z mike $".
+ * End of "$Id: runloop.c 5776 2006-07-26 20:55:13Z mike $".
  */