]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Fix include to work when installed.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 30 Sep 2011 22:52:35 +0000 (22:52 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Fri, 30 Sep 2011 22:52:35 +0000 (22:52 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@10034 7a7537e8-13f0-0310-91df-b6672ffda945

cups/array-private.h

index f6b24e3d0a200f2b576a516d03bbf79be27dcbdf..c0d9a92e87b783fd478a9fc598d49573b78f08ab 100644 (file)
@@ -21,7 +21,7 @@
  * Include necessary headers...
  */
 
-#  include "array.h"
+#  include <cups/array.h>
 
 
 /*