blob: ce81737b61177f11be2d7cfa6432c2a9bb9e4920 (
plain) (
blame)
1
2
3
4
5
6
7
|
--- progs/scramble.c.orig 2013-04-30 08:28:30.000000000 -0400
+++ progs/scramble.c 2013-04-30 08:28:43.000000000 -0400
@@ -1,3 +1,4 @@
+#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
|