added pthread header

This commit is contained in:
Martijn Scheepers
2019-08-22 14:54:39 +02:00
parent fe7a548f38
commit b5c400b37c

View File

@@ -1,5 +1,6 @@
#ifndef DISPLAY_FILE
#define DISPLAY_FILE
#include <pthread.h>
pthread_mutex_t displaymutex;