mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-01 10:59:55 +00:00
15 lines
319 B
Plaintext
15 lines
319 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- src/af/util/xp/ut_png.cpp.orig Wed Jun 13 23:39:53 2001
|
|
+++ src/af/util/xp/ut_png.cpp Wed Aug 8 13:22:37 2001
|
|
@@ -19,7 +19,7 @@
|
|
|
|
/* Required to get proper namespace inclusion from PNG code */
|
|
#include <string.h>
|
|
-#include "png.h"
|
|
+#include <png.h>
|
|
|
|
#include "ut_assert.h"
|
|
#include "ut_bytebuf.h"
|