summaryrefslogtreecommitdiff
path: root/openbsd-compat/bsd-setres_id.c
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/bsd-setres_id.c')
-rw-r--r--openbsd-compat/bsd-setres_id.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/bsd-setres_id.c b/openbsd-compat/bsd-setres_id.c
index 020b214b8..018bde8c7 100644
--- a/openbsd-compat/bsd-setres_id.c
+++ b/openbsd-compat/bsd-setres_id.c
@@ -1,4 +1,4 @@
1/* $Id: bsd-setres_id.c,v 1.1 2012/11/05 06:04:37 dtucker Exp $ */ 1/* $Id: bsd-setres_id.c,v 1.2 2013/12/07 21:23:09 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2012 Darren Tucker (dtucker at zip com au). 4 * Copyright (c) 2012 Darren Tucker (dtucker at zip com au).
@@ -22,6 +22,7 @@
22 22
23#include <stdarg.h> 23#include <stdarg.h>
24#include <unistd.h> 24#include <unistd.h>
25#include <string.h>
25 26
26#include "log.h" 27#include "log.h"
27 28