diff loadtools/tpinterfb.c @ 695:8d7dcfd9df53

loadtools: missing #include <unistd.h> in tpinterf modules
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 11 Mar 2020 18:21:22 +0000
parents 141372e0d28f
children
line wrap: on
line diff
--- a/loadtools/tpinterfb.c	Wed Mar 11 17:28:11 2020 +0000
+++ b/loadtools/tpinterfb.c	Wed Mar 11 18:21:22 2020 +0000
@@ -10,6 +10,7 @@
 #include <string.h>
 #include <strings.h>
 #include <stdlib.h>
+#include <unistd.h>
 
 extern int errno;