fix reversed test

This commit is contained in:
Damien Miller 2020-05-01 13:55:03 +10:00
parent c0dfd18dd1
commit 90a0b434ed
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
#ifdef HAVE_ERR_H
# include <err.h>
#endif
#ifndef HAVE_SYS_BYTEORDER_H
#ifdef HAVE_SYS_BYTEORDER_H
# include <sys/byteorder.h>
#endif