diff options
Diffstat (limited to 'lib/libc/asr/gethostnamadr.c')
-rw-r--r-- | lib/libc/asr/gethostnamadr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/asr/gethostnamadr.c b/lib/libc/asr/gethostnamadr.c index e07abadb443..a0aba01d3de 100644 --- a/lib/libc/asr/gethostnamadr.c +++ b/lib/libc/asr/gethostnamadr.c @@ -1,4 +1,4 @@ -/* $OpenBSD: gethostnamadr.c,v 1.11 2014/03/26 18:13:15 eric Exp $ */ +/* $OpenBSD: gethostnamadr.c,v 1.12 2015/01/16 16:48:51 deraadt Exp $ */ /* * Copyright (c) 2012,2013 Eric Faurot <eric@openbsd.org> * @@ -15,6 +15,7 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <sys/param.h> /* ALIGN */ #include <sys/types.h> #include <sys/socket.h> #include <netinet/in.h> |