]> Pileus Git - aweather/blobdiff - src/plugins/radar.c
Remove gnulib, it's a huge pain
[aweather] / src / plugins / radar.c
index 52d94c92d0ed1411c67abb3bafd8a4d255863609..8c4d96934719e9fc62512914af620bc6c163fe50 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2009-2010 Andy Spencer <andy753421@gmail.com>
+ * Copyright (C) 2009-2011 Andy Spencer <andy753421@gmail.com>
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -16,7 +16,7 @@
  */
 
 #define _XOPEN_SOURCE
-#include <sys/time.h>
+#include <time.h>
 #include <config.h>
 #include <glib/gstdio.h>
 #include <gtk/gtk.h>