diff options
author | Matthieu Herrb <matthieu@deville.herrb.com> | 2007-05-30 23:34:13 -0600 |
---|---|---|
committer | Matthieu Herrb <matthieu@deville.herrb.com> | 2007-05-30 23:34:13 -0600 |
commit | c69e2c95b9eb2381709c9de14957d24ab919b5bc (patch) | |
tree | 19c6c9dfd6df7c0b464f1a534dcd70354177b702 /src | |
parent | 62bce174e7a3c896fabe40813639e479d9652452 (diff) |
fix build on BSD systems.
Diffstat (limited to 'src')
-rw-r--r-- | src/acecad.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/acecad.c b/src/acecad.c index c146105..829261f 100644 --- a/src/acecad.c +++ b/src/acecad.c @@ -61,8 +61,8 @@ #include <string.h> #include <stdio.h> -#ifdef LINUX_INPUT #include <errno.h> +#ifdef LINUX_INPUT #include <fcntl.h> #ifdef LINUX_SYSFS #include <sysfs/libsysfs.h> |