chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Sources, by analogy with sinks
[disorder]
/
lib
/
addr.h
diff --git
a/lib/addr.h
b/lib/addr.h
index 90c165eadf242c46223db49a14ed8fa646d3f5e0..6b3991f123ae5ac42070ee9e2052550db62d8f13 100644
(file)
--- a/
lib/addr.h
+++ b/
lib/addr.h
@@
-1,6
+1,6
@@
/*
* This file is part of DisOrder.
/*
* 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
*
* 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
#ifndef ADDR_H
#define ADDR_H
-#include <netdb.h>
+#if HAVE_NETDB_H
+# include <netdb.h>
+#endif
struct stringlist;
struct stringlist;