Skip to content
Snippets Groups Projects
Commit 851a6ceb authored by Moe Jette's avatar Moe Jette
Browse files

Fix header for clean AIX build.

parent 66077c24
No related branches found
No related tags found
No related merge requests found
...@@ -24,8 +24,15 @@ ...@@ -24,8 +24,15 @@
* 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
\*****************************************************************************/ \*****************************************************************************/
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif /* HAVE_CONFIG_H */
#ifdef HAVE_TERMCAP_H
# include <termcap.h>
#endif
#include <sys/ioctl.h> #include <sys/ioctl.h>
#include <termcap.h>
#include <termios.h> #include <termios.h>
#include "src/common/xstring.h" #include "src/common/xstring.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment