Merge pull request #172 from bachradsusi/byteswap.h

bswap_* macros are defined in byteswap.h
This commit is contained in:
Chris PeBenito 2017-08-10 17:03:27 -04:00 committed by GitHub
commit f8c8ff0aee

View File

@ -28,6 +28,7 @@
#include "qpol_internal.h"
#include <assert.h>
#include <byteswap.h>
#include <errno.h>
#include <fcntl.h>
#include <limits.h>