fix warnings
This commit is contained in:
parent
df9e839390
commit
8e2cd55f24
2 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@
|
|||
#include <errno.h>
|
||||
#include <getopt.h>
|
||||
#include <ctype.h>
|
||||
#include <stdlib.h>
|
||||
#include "examples.h"
|
||||
|
||||
comedi_t *device;
|
||||
|
|
Loading…
Add table
Reference in a new issue