dgaudet 01/07/07 10:40:03
Modified: include apr_sms.h
Log:
well i don't know if this is the right fix, but at least i can compile now.
apr_sms.h needs apr_portable.h, and apr_portable.h needs apr_sms.h. maybe
the right fix is to move those two declarations in apr_portable.h which
need apr_sms_t to apr_sms.h. dunno.
Revision Changes Path
1.36 +2 -1 apr/include/apr_sms.h
Index: apr_sms.h
===================================================================
RCS file: /home/cvs/apr/include/apr_sms.h,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- apr_sms.h 2001/07/07 13:03:45 1.35
+++ apr_sms.h 2001/07/07 17:40:02 1.36
@@ -63,6 +63,8 @@
#ifndef APR_SMS_H
#define APR_SMS_H
+typedef struct apr_sms_t apr_sms_t;
+
#include "apr.h"
#include "apr_errno.h"
#include "apr_pools.h"
@@ -154,7 +156,6 @@
*/
struct apr_sms_cleanup;
-typedef struct apr_sms_t apr_sms_t;
/*
* memory allocation functions