ossp-pkg/al/al.c 1.2 -> 1.3
--- al.c 2002/12/16 14:02:45 1.2
+++ al.c 2002/12/16 14:59:29 1.3
@@ -30,6 +30,11 @@
** al.c: assembly line library implementation
*/
+/* include optional Autoconf header */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include <stddef.h>
#include <stdlib.h>
#include <string.h>
|
|