diff options
author | Simon Josefsson <simon@josefsson.org> | 2005-08-30 14:11:31 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2005-08-30 14:11:31 +0000 |
commit | e09eb5b08d923c8ee36d89d512891a21634fa839 (patch) | |
tree | 527c78df1ad563dd9dbcec79fb5e9c1d8c39a95f | |
parent | 1e1abb2449d74372082c5f9a3e585b23fc4dbc7a (diff) | |
download | gnutls-e09eb5b08d923c8ee36d89d512891a21634fa839.tar.gz |
Let's pretend all system has isascii until we find one that actually
hasn't.
-rw-r--r-- | lib/defines.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/defines.h b/lib/defines.h index e89dc2a22c..b86dda4966 100644 --- a/lib/defines.h +++ b/lib/defines.h @@ -72,7 +72,6 @@ typedef int ssize_t; #endif #include "memmem.h" -#include "isascii.h" #ifndef HAVE_UINT typedef unsigned int uint; |