Add isnanf module.
[pspp] / lib / inet_pton.c
index 6cbf8cb2bdc1077f6c253d4cca00a948ae7a5d46..261caf197b03aa64f2f498267acbc30e91289346 100644 (file)
@@ -1,6 +1,6 @@
 /* inet_pton.c -- convert IPv4 and IPv6 addresses from text to binary form
 
-   Copyright (C) 2006 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2008 Free Software Foundation, Inc.
 
    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
@@ -35,7 +35,7 @@
 #include <config.h>
 
 /* Specification.  */
-#include "inet_pton.h"
+#include <arpa/inet.h>
 
 #include <ctype.h>
 #include <string.h>