summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-05 15:27:42 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2020-01-05 15:27:42 +0100
commit91a51672ff4cfe1f1a0712b4c542ded3081c825b (patch)
tree812ec5eb0b10e90826f2f47fd8bd4d174dfa04db
parentdec8c30d36b4b7fc5216bbee3e717616963e4de7 (diff)
pfinet: Fix build
* pfinet/socket.c: Define _HACK_ERRNO_H to get a proper errno definition.
-rw-r--r--pfinet/socket.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/socket.c b/pfinet/socket.c
index 059520aee..5ab292ea3 100644
--- a/pfinet/socket.c
+++ b/pfinet/socket.c
@@ -17,6 +17,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA. */
+#define _HACK_ERRNO_H
#include <assert-backtrace.h>
#include "pfinet.h"