diff options
Diffstat (limited to '')
-rw-r--r-- | w3mimg/w3mimg.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/w3mimg/w3mimg.c b/w3mimg/w3mimg.c index a0c810d..ebbd618 100644 --- a/w3mimg/w3mimg.c +++ b/w3mimg/w3mimg.c @@ -1,5 +1,6 @@ -/* $Id: w3mimg.c,v 1.3 2002/07/19 03:24:28 ukai Exp $ */ +/* $Id: w3mimg.c,v 1.4 2002/07/19 03:25:56 ukai Exp $ */ +#include <stdio.h> #include <stdlib.h> #include "w3mimg/w3mimg.h" |