View | Details | Raw Unified | Return to bug 34983 | Differences between
and this patch

Collapse All | Expand All

(-)tagmanager/parse.h (+1 lines)
Lines 13-18 Link Here
13
/*
13
/*
14
*   INCLUDE FILES
14
*   INCLUDE FILES
15
*/
15
*/
16
#include <sys/types.h>
16
#include "general.h"	/* must always come first */
17
#include "general.h"	/* must always come first */
17
18
18
#include "parsers.h"	/* contains list of parsers */
19
#include "parsers.h"	/* contains list of parsers */

Return to bug 34983