diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-20 11:43:06 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-03-20 11:43:06 +0000 |
commit | 7ff718a5d9d20e97b6431bb61dc4cb34a1f431c7 (patch) | |
tree | 48ee6f926d2ce6c86e1b53316b597e94185e23ae | |
parent | 0dd455c3616d3ebf78cdbd98891180fa3e4db3ed (diff) | |
download | mandoc-7ff718a5d9d20e97b6431bb61dc4cb34a1f431c7.tar.gz |
Change around include ordering for compilation on OpenBSD.
-rw-r--r-- | read.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |