From 9cd558c5357bc51acfaaa5e7227afc79c6e2bb8b Mon Sep 17 00:00:00 2001 From: Paul Date: Mon, 12 Oct 2015 19:20:01 +0100 Subject: [PATCH] fix building on OpenBSD, thanks to Daniel Jakots --- AUTHORS | 1 + src/common/utils.c | 1 + src/gtk/authors.h | 1 + 3 files changed, 3 insertions(+) diff --git a/AUTHORS b/AUTHORS index de8de069d..9bc816ba1 100644 --- a/AUTHORS +++ b/AUTHORS @@ -303,3 +303,4 @@ contributors (in addition to the above; based on Changelog) Oliver Schneider Jean Diraison Richard Hughes + Daniel Jakots diff --git a/src/common/utils.c b/src/common/utils.c index 0424ceb4c..2f3658865 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -49,6 +49,7 @@ #include #include #include +#include #if (HAVE_WCTYPE_H && HAVE_WCHAR_H) # include diff --git a/src/gtk/authors.h b/src/gtk/authors.h index 664101408..d02f6dbf4 100644 --- a/src/gtk/authors.h +++ b/src/gtk/authors.h @@ -170,6 +170,7 @@ static char *CONTRIBS_LIST[] = { "Yoichi Imai", "Mathias Intemann", "Ishihara", +"Daniel Jakots", "Jens Jahnke", "Pascal Jermini", "KAJIWARA",