--- libptytty/ptytty.m4 2006/09/10 14:30:37 1.8 +++ libptytty/ptytty.m4 2007/05/07 13:46:06 1.9 @@ -214,6 +214,7 @@ dnl# find utmp AC_CACHE_CHECK(where utmp is located, path_utmp, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #include #include #include @@ -250,6 +251,7 @@ dnl# a day newer, then dump the utmpx. People leave lots of junk around. AC_CACHE_CHECK(where utmpx is located, path_utmpx, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #include #include #include @@ -295,6 +297,7 @@ dnl# find wtmp AC_CACHE_CHECK(where wtmp is located, path_wtmp, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #include #ifdef HAVE_UTMP_H #include @@ -331,6 +334,7 @@ dnl# find wtmpx AC_CACHE_CHECK(where wtmpx is located, path_wtmpx, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #ifdef HAVE_UTMPX_H #include #endif @@ -366,6 +370,7 @@ dnl# find lastlog AC_CACHE_CHECK(where lastlog is located, path_lastlog, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #include #ifdef HAVE_UTMPX_H #include @@ -409,6 +414,7 @@ dnl# find lastlogx AC_CACHE_CHECK(where lastlogx is located, path_lastlogx, [AC_RUN_IFELSE([AC_LANG_SOURCE([[#include +#include #ifdef HAVE_UTMPX_H #include #endif