summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-03-20 11:43:06 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-03-20 11:43:06 +0000
commit7ff718a5d9d20e97b6431bb61dc4cb34a1f431c7 (patch)
tree48ee6f926d2ce6c86e1b53316b597e94185e23ae /read.c
parent0dd455c3616d3ebf78cdbd98891180fa3e4db3ed (diff)
downloadmandoc-7ff718a5d9d20e97b6431bb61dc4cb34a1f431c7.tar.gz
Change around include ordering for compilation on OpenBSD.
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index 42deb754..b150b868 100644
--- a/read.c
+++ b/read.c
@@ -15,8 +15,8 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#include <sys/mman.h>
#include <sys/stat.h>
+#include <sys/mman.h>
#include <assert.h>
#include <ctype.h>