aboutsummaryrefslogblamecommitdiff
path: root/x11/gnome-applets/files/patch-modemlights_modem-applet.c
blob: f4fb13717732821751b458e96d7781187897ecb1 (plain) (tree)





















                                                                
--- modemlights/modem-applet.c.orig	Fri Jan 14 00:06:52 2005
+++ modemlights/modem-applet.c	Fri Jan 14 00:08:28 2005
@@ -24,12 +24,19 @@
 
 #include <panel-applet.h>
 #include <fcntl.h>
+#ifndef __FreeBSD__
 #include <pty.h>
+#endif
 #include <sys/poll.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <libxml/tree.h>
 #include <glade/glade.h>
+#ifdef __FreeBSD__
+#include <sys/ioctl.h>
+#include <termios.h>
+#include <libutil.h>
+#endif
 
 #include "modem-applet.h"