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

@@ -40,6 +40,7 @@
#include <Dt/Wsm.h>
#include <Dt/HelpDialog.h>
#include <stdint.h>
#include "calctool.h"
#include "motif.h"

View File

@@ -36,6 +36,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include <stdlib.h>
#include <ctype.h>