Browse Source

Include torint.h in socketpair.c for intptr_t definition.

Nick Mathewson 5 years ago
parent
commit
d8280216c0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/lib/net/socketpair.c

+ 1 - 0
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"