added stdio as SerialUlaw header, closes issue 29

This commit is contained in:
rafael@riseup.net 2011-04-07 01:50:04 +00:00
parent 704124e400
commit bb41e5c65c
1 changed files with 6 additions and 0 deletions

View File

@ -40,6 +40,12 @@
#include "config.h"
#endif
#ifdef HAVE_STDIO_H
#include <stdio.h>
#else
#error need stdio.h
#endif
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#else