aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--conf.c3
-rw-r--r--kbfunc.c3
-rw-r--r--util.c3
3 files changed, 5 insertions, 4 deletions
diff --git a/conf.c b/conf.c
index c74f44c..cf39d4f 100644
--- a/conf.c
+++ b/conf.c
@@ -15,12 +15,11 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: conf.c,v 1.242 2018/11/13 17:37:13 okan Exp $
+ * $OpenBSD: conf.c,v 1.243 2019/02/13 15:43:24 okan Exp $
*/
#include <sys/types.h>
#include <sys/queue.h>
-#include <sys/stat.h>
#include <err.h>
#include <errno.h>
diff --git a/kbfunc.c b/kbfunc.c
index 7a205d0..fa20873 100644
--- a/kbfunc.c
+++ b/kbfunc.c
@@ -15,11 +15,12 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: kbfunc.c,v 1.159 2017/12/29 20:03:46 okan Exp $
+ * $OpenBSD: kbfunc.c,v 1.160 2019/02/13 15:43:24 okan Exp $
*/
#include <sys/types.h>
#include <sys/queue.h>
+#include <sys/stat.h>
#include <dirent.h>
#include <err.h>
diff --git a/util.c b/util.c
index 5eb059f..624fc13 100644
--- a/util.c
+++ b/util.c
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: util.c,v 1.22 2018/02/04 22:56:26 okan Exp $
+ * $OpenBSD: util.c,v 1.23 2019/02/13 15:43:24 okan Exp $
*/
#include <sys/types.h>
@@ -24,6 +24,7 @@
#include <err.h>
#include <errno.h>
#include <limits.h>
+#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>