chiark / gitweb /
Columns are now resizable and wide columns are ellipsized. Columns
[disorder] / lib / addr.h
index 8bd703f033b8f2135a2b409d0ed033cc432bc28b..4049b078dba343f6eaa4180bdfb1190153927ab9 100644 (file)
@@ -1,6 +1,6 @@
 /*
  * This file is part of DisOrder.
- * Copyright (C) 2004, 2007 Richard Kettlewell
+ * Copyright (C) 2004, 2007, 2008 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
 #ifndef ADDR_H
 #define ADDR_H
 
+#include <netdb.h>
+
+#include "configuration.h"
+
 struct addrinfo *get_address(const struct stringlist *a,
                             const struct addrinfo *pref,
                             char **namep);