diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-19 14:34:55 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-04-19 14:34:55 +0000 |
commit | d6fa105abe429f851f589d23863674dbe3f6b1d1 (patch) | |
tree | d75650440bbb4d7090bad7aa343f101a2ee4cff9 /tools | |
parent | 359b62542a7b661e91c586b3c99c92225124751d (diff) | |
download | drakx-backup-do-not-use-d6fa105abe429f851f589d23863674dbe3f6b1d1.tar drakx-backup-do-not-use-d6fa105abe429f851f589d23863674dbe3f6b1d1.tar.gz drakx-backup-do-not-use-d6fa105abe429f851f589d23863674dbe3f6b1d1.tar.bz2 drakx-backup-do-not-use-d6fa105abe429f851f589d23863674dbe3f6b1d1.tar.xz drakx-backup-do-not-use-d6fa105abe429f851f589d23863674dbe3f6b1d1.zip |
integrate fg's fixes for includes
Diffstat (limited to 'tools')
-rw-r--r-- | tools/serial_probe/serial.c | 1 | ||||
-rw-r--r-- | tools/serial_probe/serial_probe.c | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/tools/serial_probe/serial.c b/tools/serial_probe/serial.c index d0e7c19bd..ef575d6c3 100644 --- a/tools/serial_probe/serial.c +++ b/tools/serial_probe/serial.c @@ -21,6 +21,7 @@ #include <string.h> #include <signal.h> #include <time.h> +#include <libgen.h> #include <sys/time.h> #include <sys/types.h> #include <sys/stat.h> diff --git a/tools/serial_probe/serial_probe.c b/tools/serial_probe/serial_probe.c index 0f4f57af4..b8abb6917 100644 --- a/tools/serial_probe/serial_probe.c +++ b/tools/serial_probe/serial_probe.c @@ -17,6 +17,8 @@ */ #include <stdio.h> +#include <string.h> +#include <stdlib.h> #include "serial.h" #include "device.h" |