blob: f4fb13717732821751b458e96d7781187897ecb1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
--- 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"
|