http://packetstormsecurity.org/UNIX/admin/xscreensaver-4.01.tar.gz
[xscreensaver] / hacks / deco.c
index ae908051f05120448461673190127960ba973ba7..628deb988184d2b6b5f4ff8b35ca64447af24582 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1997, 1998 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 1997, 1998, 2002 Jamie Zawinski <jwz@jwz.org>
  *
  * Permission to use, copy, modify, distribute, and sell this software and its
  * documentation for any purpose is hereby granted without fee, provided that
@@ -14,6 +14,8 @@
 
 #include "screenhack.h"
 #include <stdio.h>
+#include <time.h>
+#include <sys/time.h>
 
 static XColor colors[255];
 static int ncolors = 0;