1
0
mirror of https://github.com/termux/termux-packages synced 2024-06-14 01:06:39 +00:00
termux-packages/packages/stuntman/common-commonincludes.hpp.patch
2021-12-13 14:53:08 +01:00

12 lines
261 B
Diff

--- a/common/commonincludes.hpp
+++ b/common/commonincludes.hpp
@@ -46,7 +46,7 @@
#include <net/if.h>
#include <stdarg.h>
#include <math.h>
-#include <sys/termios.h>
+#include <termios.h>
#include <boost/shared_ptr.hpp>
#include <boost/scoped_array.hpp>