Fix broken build on OpenBSD

This commit is contained in:
Ulrich Wilkens
2015-05-09 00:48:08 +02:00
committed by Jon Trulson
parent 2b8b5f25b5
commit 8b38d9ea49
26 changed files with 26 additions and 0 deletions

View File

@@ -70,6 +70,7 @@
#include <stdio.h>
#include <stdint.h>
#include <X11/Intrinsic.h>
#include <Xm/Xm.h>
#include <Xm/DialogS.h>

View File

@@ -76,6 +76,7 @@
#include <sys/stat.h>
#include <sys/types.h>
#include <unistd.h>
#include <stdint.h>
#include <pwd.h>
#include <X11/Intrinsic.h>
#include <Xm/Text.h>