Get include files from the current directory first.

diff --git a/Make.rules.in b/Make.rules.in
index d8b477f..9c31ddb 100644
--- a/Make.rules.in
+++ b/Make.rules.in
@@ -30,7 +30,7 @@
 LEXLIB    = @LEXLIB@
 RANLIB    = @RANLIB@
 LN_S      = @LN_S@
-DIVINCL   = -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include -I$(SRCDIR) -I.
+DIVINCL   = -I$(SRCDIR) -I. -I$(TOPSRCDIR)/include -I$(TOPOBJDIR)/include
 ALLCFLAGS = $(CFLAGS) $(DEFS) $(OPTIONS) $(DIVINCL) $(X_CFLAGS)
 LDCOMBINE = ld -r
 LDSHARED  = @LDSHARED@