]> arthur.barton.de Git - netatalk.git/commitdiff
#include "config.h" -> #include <config.h>
authorsrittau <srittau>
Tue, 28 Jan 2003 15:30:56 +0000 (15:30 +0000)
committersrittau <srittau>
Tue, 28 Jan 2003 15:30:56 +0000 (15:30 +0000)
libatalk/adouble/ad_flush.c

index 14ca97b4f6aec6e137e83a49515e14bdf4ec50c9..7eb6fba3d16783b24cc35aa627e65d70214ba534 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: ad_flush.c,v 1.5 2002-10-11 14:18:36 didg Exp $
+ * $Id: ad_flush.c,v 1.6 2003-01-28 15:30:56 srittau Exp $
  *
  * Copyright (c) 1990,1991 Regents of The University of Michigan.
  * All Rights Reserved.
@@ -24,7 +24,7 @@
  */
 
 #ifdef HAVE_CONFIG_H
-#include "config.h"
+#include <config.h>
 #endif /* HAVE_CONFIG_H */
 
 #include <atalk/adouble.h>