summaryrefslogtreecommitdiff
blob: 20e69f5455e0009cc3bd453079e557e4492a368a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
Bug: https://bugs.gentoo.org/927453
--- a/plugin_gps.c
+++ b/plugin_gps.c
@@ -100,7 +100,7 @@
 #include <ctype.h>
 #include <unistd.h>
 #include <termios.h>		//used for serial port flags
-#include <asm/fcntl.h>
+#include <fcntl.h>
 
 
 /* these should always be included */