diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-01-05 15:27:42 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2020-01-05 15:27:42 +0100 |
commit | 91a51672ff4cfe1f1a0712b4c542ded3081c825b (patch) | |
tree | 812ec5eb0b10e90826f2f47fd8bd4d174dfa04db /pfinet | |
parent | dec8c30d36b4b7fc5216bbee3e717616963e4de7 (diff) | |
download | hurd-91a51672ff4cfe1f1a0712b4c542ded3081c825b.tar.gz hurd-91a51672ff4cfe1f1a0712b4c542ded3081c825b.tar.bz2 hurd-91a51672ff4cfe1f1a0712b4c542ded3081c825b.zip |
pfinet: Fix build
* pfinet/socket.c: Define _HACK_ERRNO_H to get a proper errno definition.
Diffstat (limited to 'pfinet')
-rw-r--r-- | pfinet/socket.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pfinet/socket.c b/pfinet/socket.c index 059520ae..5ab292ea 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" |