chiark / gitweb /
Look for inet_aton and inet_ntoa (in -lnsl and -lsocket).
[adns.git] / changelog
index 386c190931644975ace5a846406f6b83bb37b433..74b042103ecea578f5527ff850df2cb8182944c5 100644 (file)
--- a/changelog
+++ b/changelog
@@ -5,6 +5,9 @@ adns (0.2) experimental; urgency=low
   * Don't use GCC union assignment feature (.rrs=0 => .rrs.untyped=0).
   * Explictly cast things to [const] struct sockaddr* in syscall args.
   * Check whether we need -lsocket.
+  * Include <sys/times.h> in a few more files.
+  * Include <unistd.h> and <sys/time.h> for select.
+  * Look for inet_aton and inet_ntoa (in -lnsl and -lsocket).
 
  --