diff options
author | dscho <dscho> | 2002-01-17 09:37:39 +0000 |
---|---|---|
committer | dscho <dscho> | 2002-01-17 09:37:39 +0000 |
commit | fbf2c977fe4c70fa2e551ecc0264c4b8184386f2 (patch) | |
tree | 61327a8975c3484037988320f9f7382e4a241766 /1instance.c | |
parent | 4d7ecfb8c174bb25631aef662bad5d3eb6181363 (diff) | |
download | libtdevnc-fbf2c977fe4c70fa2e551ecc0264c4b8184386f2.tar.gz libtdevnc-fbf2c977fe4c70fa2e551ecc0264c4b8184386f2.zip |
compile warning fix, dependency on 1instance.c
Diffstat (limited to '1instance.c')
-rw-r--r-- | 1instance.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/1instance.c b/1instance.c index 78d6b27..8feadb5 100644 --- a/1instance.c +++ b/1instance.c @@ -4,6 +4,7 @@ #include <errno.h> #include <string.h> #include <unistd.h> +#include <stdio.h> typedef struct { char* filename; /* this file is the pipe (set by user) */ |