ports/devel/avr/gcc/patches/patch-libcc1_connection_cc

12 lines
323 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: libcc1/connection.cc
--- libcc1/connection.cc.orig
+++ libcc1/connection.cc
@@ -21,6 +21,7 @@ along with GCC; see the file COPYING3. If not see
#include <string>
#include <unistd.h>
#include <sys/types.h>
+#include <sys/select.h> /* for fd_set */
#include <string.h>
#include <errno.h>
#include "marshall.hh"