ceilf-ieee: Work around bug on MacOS X 10.5.
[pspp] / lib / at-func2.c
index f19d2ed478a79b0614659e7695115a6562a8c720..da691fef2273151cd88c9d8ab61f7e913b40054a 100644 (file)
@@ -1,5 +1,5 @@
 /* Define an at-style functions like linkat or renameat.
-   Copyright (C) 2006, 2009-2010 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2009-2011 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
@@ -25,7 +25,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#include "dirname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
+#include "dosname.h" /* solely for definition of IS_ABSOLUTE_FILE_NAME */
 #include "filenamecat.h"
 #include "openat.h"
 #include "same-inode.h"