build fixes.

sys/types.h cannot incliude endian.h because that creates circular
include dependencies.

Add proper multiarch grist to libcolumnlistview.
This commit is contained in:
Adrien Destugues
2019-08-27 20:51:51 +02:00
parent 261430c5ae
commit 03d334bbdf
2 changed files with 2 additions and 2 deletions
-1
View File
@@ -122,7 +122,6 @@ struct _pthread_spinlock {
};
#include <endian.h>
#include <null.h>
#include <size_t.h>
#include <time.h>