X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/80dc2c5fd3ab604742d8a6bd5526071de41e44c3..92db088e5b292c1180a090ed369b9851e933e610:/lib/addr.h diff --git a/lib/addr.h b/lib/addr.h index 90c165e..6b3991f 100644 --- a/lib/addr.h +++ b/lib/addr.h @@ -1,6 +1,6 @@ /* * This file is part of DisOrder. - * Copyright (C) 2004, 2007, 2008 Richard Kettlewell + * Copyright (C) 2004, 2007, 2008, 2013 Richard Kettlewell * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -21,7 +21,9 @@ #ifndef ADDR_H #define ADDR_H -#include +#if HAVE_NETDB_H +# include +#endif struct stringlist;