Commit 041890e8 041890e821c03024e0a9d4493510184be9001210 by Sergey Poznyakoff

Include <config.h>

1 parent 2800b90e
......@@ -16,6 +16,9 @@
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston,
MA 02110-1301 USA */
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <unistd.h>
#include <stdio.h>
#include <assert.h>
......
......@@ -19,6 +19,9 @@
#ifndef _READMSG_H
#define _READMSG_H
#ifdef HAVE_CONFIG_H
# include <config.h>
#endif
#include <sys/types.h>
#include <stdio.h>
#include <stdlib.h>
......