aboutsummaryrefslogtreecommitdiff
path: root/x11/gnome-applets/files/patch-gweather_weather.c
blob: cdc1921ab4c7c827aa27bfce3159143b41a9863c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- gweather/weather.c.orig	Tue Mar  1 04:34:33 2005
+++ gweather/weather.c	Tue Mar  1 12:36:54 2005
@@ -20,7 +20,9 @@
 #include <string.h>
 #include <ctype.h>
 #include <math.h>
+#ifndef __FreeBSD__
 #include <values.h>
+#endif
 
 #ifdef __FreeBSD__
 #include <sys/types.h>