aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfluxgen <fluxgen>2003-07-10 19:59:21 (GMT)
committerfluxgen <fluxgen>2003-07-10 19:59:21 (GMT)
commita967ab60a42769de17a8f9a7494a5564c0fe0b7c (patch)
tree01322c896f0f9a3ef93c030a1ec38a2088447b91
parent77e109d9f291f2c9f8e81a1e21664f642ed04041 (diff)
downloadfluxbox-a967ab60a42769de17a8f9a7494a5564c0fe0b7c.zip
fluxbox-a967ab60a42769de17a8f9a7494a5564c0fe0b7c.tar.bz2
types header before regex.h
-rw-r--r--src/RegExp.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RegExp.hh b/src/RegExp.hh
index f5f5fd6..7d424ba 100644
--- a/src/RegExp.hh
+++ b/src/RegExp.hh
@@ -21,7 +21,7 @@
21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER 21// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
22// DEALINGS IN THE SOFTWARE. 22// DEALINGS IN THE SOFTWARE.
23 23
24// $Id: RegExp.hh,v 1.2 2003/06/13 11:43:46 fluxgen Exp $ 24// $Id: RegExp.hh,v 1.3 2003/07/10 19:59:21 fluxgen Exp $
25 25
26#ifndef REGEXP_HH 26#ifndef REGEXP_HH
27#define REGEXP_HH 27#define REGEXP_HH
@@ -39,8 +39,8 @@
39 */ 39 */
40 40
41#ifdef USE_REGEXP 41#ifdef USE_REGEXP
42#include <regex.h>
43#include <sys/types.h> 42#include <sys/types.h>
43#include <regex.h>
44#endif // USE_REGEXP 44#endif // USE_REGEXP
45 45
46class WinClient; 46class WinClient;