blob: cfcb52696bb8016a19f56026816eeee1d5dd96d1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ./progs/scram_test.c.orig 2014-05-31 14:25:16.000000000 -0300
+++ ./progs/scram_test.c 2014-05-31 14:25:27.000000000 -0300
@@ -44,6 +44,7 @@
#include <assert.h>
#include <ctype.h>
#include <errno.h>
+#include <unistd.h>
#if defined(__MINGW32__)
# include <getopt.h>
|