summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSam Roberts <sroberts@uniserve.com>2001-12-13 04:27:46 +0000
committerSam Roberts <sroberts@uniserve.com>2001-12-13 04:27:46 +0000
commit7caee580a42906ae855c81b7440f0c18e86657a8 (patch)
treeaaf92c64c2af647ce6c064aca3c1d055829ef7ab /lib
parent5c987eb1e85c30c4eefef7fe8dfda57258bda78d (diff)
downloadmailutils-7caee580a42906ae855c81b7440f0c18e86657a8.tar.gz
mailutils-7caee580a42906ae855c81b7440f0c18e86657a8.tar.bz2
Fixed warnings about functions called without prototypes.
Diffstat (limited to 'lib')
-rw-r--r--lib/argcv.c2
-rw-r--r--lib/xmalloc.c2
2 files changed, 4 insertions, 0 deletions
diff --git a/lib/argcv.c b/lib/argcv.c
index f01aaa125..afcd1e31d 100644
--- a/lib/argcv.c
+++ b/lib/argcv.c
@@ -15,6 +15,8 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
+#include <ctype.h>
+
#include "argcv.h"
/*
diff --git a/lib/xmalloc.c b/lib/xmalloc.c
index 165db1fc8..2bd5bedbe 100644
--- a/lib/xmalloc.c
+++ b/lib/xmalloc.c
@@ -21,6 +21,8 @@
#include <sys/types.h>
+#include <mailutils/error.h>
+
#if STDC_HEADERS
# include <stdlib.h>
#else

Return to:

Send suggestions and report system problems to the System administrator.