blob: e676fd573168ba7c3d0f0486f206939c74019425 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- examples/bitbang.c.orig 2010-02-03 14:25:06.000000000 +0200
+++ examples/bitbang.c 2010-02-03 14:25:13.000000000 +0200
@@ -1,6 +1,7 @@
/* This program is distributed under the GPL, version 2 */
#include <stdio.h>
+#include <stdlib.h>
#include <unistd.h>
#ifdef __WIN32__
#define sleep(x) Sleep(x)
|