summaryrefslogtreecommitdiff
path: root/sysutils/gnome-system-monitor/files/patch-src_util.c
blob: b7e262b0c5997dd1cd655058fe7b5d3d5108029f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/util.c.orig	Thu May  9 01:16:48 2002
+++ src/util.c	Thu May  9 01:17:13 2002
@@ -16,6 +16,7 @@
 
 #ifdef __FreeBSD__
 # include <errno.h>
+# include <termios.h>
 # include <libutil.h>
 #endif