*** empty log message ***
[bpt/emacs.git] / lib-src / sorted-doc.c
index 5e98df2..280460d 100644 (file)
@@ -5,11 +5,12 @@
    This version sorts the output by function name.
    */
 
+#include "config.h"
 #include <stdio.h>
 #include <ctype.h>
-
+#ifndef HAVE_STDLIB_H          /* config.h includes stdlib.  */
 extern char *malloc ();
-char *xmalloc ();
+#endif
 
 #define NUL    '\0'
 #define MARKER '\037'