![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
4 Apr
2006
4 Apr
'06
12:21 p.m.
Author: jw Date: 2006-04-04 14:21:41 +0200 (Tue, 04 Apr 2006) New Revision: 1132 Modified: tools/prt-get/trunk/src/pg_regex.h Log: prt-get: fix compilation on openbsd Modified: tools/prt-get/trunk/src/pg_regex.h =================================================================== --- tools/prt-get/trunk/src/pg_regex.h 2006-04-04 10:16:52 UTC (rev 1131) +++ tools/prt-get/trunk/src/pg_regex.h 2006-04-04 12:21:41 UTC (rev 1132) @@ -10,8 +10,8 @@ //////////////////////////////////////////////////////////////////////// -#ifndef _REGEX_H_ -#define _REGEX_H_ +#ifndef _PG_REGEX_H_ +#define _PG_REGEX_H_ #include <sys/types.h> #include <regex.h> @@ -36,4 +36,4 @@ }; -#endif /* _REGEX_H_ */ +#endif /* _PG_REGEX_H_ */