#include <sys/stat.h> needed for fstat().
This commit is contained in:
parent
cdb3a84f86
commit
c530564317
1 changed files with 1 additions and 0 deletions
|
@ -27,6 +27,7 @@
|
|||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <sys/stat.h>
|
||||
#include "libinternal.h"
|
||||
|
||||
static int set_calibration( comedi_t *dev, const comedi_calibration_t *parsed_file,
|
||||
|
|
Loading…
Add table
Reference in a new issue