diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-08-27 10:49:36 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-08-27 10:49:36 -0700 |
commit | f890a59b10b6a4b8723b86545e8b38ccc690021c (patch) | |
tree | 056afdd1365e4e08c61ea5f1c260f3daa454abec /resolv/res_mkquery.c | |
parent | 5d1f0a09f3634b29d9cbbd7c7337d546502363cb (diff) | |
download | glibc-f890a59b10b6a4b8723b86545e8b38ccc690021c.tar.gz glibc-f890a59b10b6a4b8723b86545e8b38ccc690021c.tar.xz glibc-f890a59b10b6a4b8723b86545e8b38ccc690021c.zip |
Mild decrufting in resolv code.
Diffstat (limited to 'resolv/res_mkquery.c')
-rw-r--r-- | resolv/res_mkquery.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/resolv/res_mkquery.c b/resolv/res_mkquery.c index c0798dc54e..6170763fa3 100644 --- a/resolv/res_mkquery.c +++ b/resolv/res_mkquery.c @@ -77,6 +77,7 @@ static const char rcsid[] = "$BINDId: res_mkquery.c,v 8.12 1999/10/13 16:39:40 v #include <resolv.h> #include <stdio.h> #include <string.h> +#include <sys/time.h> /* Options. Leave them on. */ /* #define DEBUG */ |