fix warnings

This commit is contained in:
David Schleef 2003-08-16 23:18:07 +00:00
parent df9e839390
commit 8e2cd55f24
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#include <stdlib.h>
#include <assert.h>
#include <time.h>
#include <string.h>
#include <comedilib.h>

View file

@ -17,6 +17,7 @@
#include <errno.h>
#include <getopt.h>
#include <ctype.h>
#include <stdlib.h>
#include "examples.h"
comedi_t *device;