]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - test-suite/waiter.c
Docs: Copyright updates for 2018 (#114)
[thirdparty/squid.git] / test-suite / waiter.c
index 5a3b39e63037266bff2913cd22bbc6829b488015..e8ed9926aea3c233edd153dd13d2ab5e61a2dead 100644 (file)
@@ -1,5 +1,16 @@
-#include <sys/time.h>
+/*
+ * Copyright (C) 1996-2018 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+#include "squid.h"
+
+#if HAVE_ASSERT_H
 #include <assert.h>
+#endif
 
 int
 main(int argc, char *argv[])
@@ -22,3 +33,4 @@ main(int argc, char *argv[])
     select(1, NULL, NULL, NULL, &to);
     return 0;
 }
+