From b614183d637d97b51c82f700039152a1166c6077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?IOhannes=20m=20zm=C3=B6lnig?= Date: Mon, 23 Jan 2006 17:56:42 +0000 Subject: cleaned up code so we get hardly any warnings when compiling with "-Wall" svn path=/trunk/externals/zexy/; revision=4473 --- src/lpt.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lpt.c') diff --git a/src/lpt.c b/src/lpt.c index d0d5b1b..9539efd 100644 --- a/src/lpt.c +++ b/src/lpt.c @@ -47,10 +47,12 @@ # include # ifdef HAVE_LINUX_PPDEV_H +# include # include # include # include # include +# include # endif /* HAVE_LINUX_PPDEV_H */ @@ -192,7 +194,6 @@ static void *lpt_new(t_symbol *s, int argc, t_atom *argv) we ignore the file (device) case by now; LATER think about this */ - int bla; x->device=-1; x->port=strtol(devname, 0, 16); if(0==x->port){ -- cgit v1.2.1