diff options
| author | Keith Packard <keithp@keithp.com> | 2010-08-30 02:00:30 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2010-08-30 02:00:30 -0700 |
| commit | dd5374b8e660012ae4f8b058454fd101e0749ca7 (patch) | |
| tree | 82043db53ae4912298c4284889e9443fbe058846 /ao-tools/libaltos/libaltos.h | |
| parent | 63c832394a829f41b8f77d075786530536360349 (diff) | |
libaltos: Fix windows build.
Need stdlib.h to get calloc/free defined, remove debug printfs, fix
serial timeouts.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/libaltos/libaltos.h')
| -rw-r--r-- | ao-tools/libaltos/libaltos.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ao-tools/libaltos/libaltos.h b/ao-tools/libaltos/libaltos.h index fe2c483c..6e94899e 100644 --- a/ao-tools/libaltos/libaltos.h +++ b/ao-tools/libaltos/libaltos.h @@ -18,6 +18,8 @@ #ifndef _LIBALTOS_H_ #define _LIBALTOS_H_ +#include <stdlib.h> + #if defined(_WIN32) || defined(__WIN32__) || defined(__CYGWIN__) # ifndef BUILD_STATIC # ifdef BUILD_DLL |
