]> git.eshelyaron.com Git - emacs.git/commitdiff
Include config.h.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 10 May 2004 21:02:12 +0000 (21:02 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Mon, 10 May 2004 21:02:12 +0000 (21:02 +0000)
lib-src/ChangeLog
lib-src/cvtmail.c
lib-src/yow.c

index e52a20fac3770cff67d8d80ddc683d13fdca5be9..e914db517a6467e0ca93e0956306654754af36e5 100644 (file)
@@ -1,3 +1,7 @@
+2004-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
+
+       * cvtmail.c, yow.c: Include config.h.
+
 2004-05-10  Thien-Thi Nguyen  <ttn@gnu.org>
 
        * test-distrib.c (main): For failing cases, exit with `EXIT_FAILURE'.
index 5c9595e58910fd569f541f32fa0cc6e3873346e2..001d604209c86ff7bc71814a78c06b457475c05c 100644 (file)
@@ -33,6 +33,9 @@ Boston, MA 02111-1307, USA.  */
  * Author: Larry Kolodney, 1985
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
 
 #include <stdio.h>
 
@@ -178,4 +181,4 @@ xrealloc (ptr, size)
   return result;
 }
 
-/* cvmtmail.c ends here */
+/* cvtmail.c ends here */
index 2cbb4e8240b4def60fedc20bcb16fed10615d044..aea3b005fbee97e20f05e4cf5c7647fd43185913 100644 (file)
  * With dynamic memory allocation.
  */
 
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
 #include <stdio.h>
 #include <ctype.h>
 #include <../src/epaths.h>      /* For PATH_DATA.  */