commit d8280216c0c940fef33982a3d98524e61abf7634
parent 92357a07bd7e695def1b2416d3a85b5f10e4e196
Author: Nick Mathewson <nickm@torproject.org>
Date: Thu, 13 Sep 2018 17:54:26 -0400
Include torint.h in socketpair.c for intptr_t definition.
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/src/lib/net/socketpair.c b/src/lib/net/socketpair.c
@@ -2,6 +2,7 @@
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson.
* Copyright (c) 2007-2018, The Tor Project, Inc. */
+#include "lib/cc/torint.h"
#include "lib/net/socketpair.h"
#include "lib/net/inaddr_st.h"
#include "lib/arch/bytes.h"