aboutsummaryrefslogtreecommitdiff
path: root/programs/tsctp.c
diff options
context:
space:
mode:
Diffstat (limited to 'programs/tsctp.c')
-rw-r--r--programs/tsctp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/programs/tsctp.c b/programs/tsctp.c
index 87a27bab..af3605c2 100644
--- a/programs/tsctp.c
+++ b/programs/tsctp.c
@@ -28,7 +28,7 @@
* SUCH DAMAGE.
*/
-/*#include <sys/types.h>
+#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
@@ -38,7 +38,7 @@
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
-#include <signal.h>*/
+#include <signal.h>
#ifdef LINUX
#include <getopt.h>
#endif