Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fd_set is not portable on IRIX, but needs some extra headers
[simgrid.git] / src / gras / Transport / transport_interface.h
index f2ed8cb..388d5d4 100644 (file)
@@ -12,6 +12,8 @@
 #ifndef GRAS_TRP_INTERFACE_H
 #define GRAS_TRP_INTERFACE_H
 
+#include "portable.h" /* sometimes needed for fd_set */
+
 /***
  *** Main user functions
  ***/