ossp-pkg/cfg/cfg_buf.c 1.13 -> 1.14
--- cfg_buf.c 2004/11/28 17:05:44 1.13
+++ cfg_buf.c 2004/11/29 07:09:33 1.14
@@ -33,9 +33,9 @@
#include <string.h>
#include "cfg.h"
-#include "cfg_global.h"
#include "cfg_buf.h"
#include "cfg_fmt.h"
+#include "cfg_global.h"
/* opaque buffer data structure */
struct cfg_buf_st {
|
|