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

This commit is contained in:
Nick Mathewson
2018-09-13 17:54:26 -04:00
parent 92357a07bd
commit d8280216c0
+1
View File
@@ -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"