ossp-pkg/pth/pth_p.h.in 1.29 -> 1.30
--- pth_p.h.in 2002/01/27 11:03:40 1.29
+++ pth_p.h.in 2002/01/30 13:07:08 1.30
@@ -70,6 +70,11 @@
#include <dmalloc.h>
#endif
+/* OSSP ex support */
+#ifdef PTH_EX
+#include "ex.h"
+#endif
+
/* paths */
#ifdef HAVE_PATHS_H
#include <paths.h>
|
|