mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
10 lines
211 B
C
10 lines
211 B
C
--- tnt/tnt_net.c.orig 2016-01-21 12:48:00 UTC
|
|
+++ tnt/tnt_net.c
|
|
@@ -31,6 +31,7 @@
|
|
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <stdarg.h>
|
|
+#include <stdint.h>
|
|
#include <string.h>
|
|
#include <stdbool.h>
|
|
|