Kaynağa Gözat

add missing include for pthread functions

Samuel Thibault 15 yıl önce
ebeveyn
işleme
c86da319a7
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      examples/ppm_downscaler/yuv_downscaler.c

+ 1 - 0
examples/ppm_downscaler/yuv_downscaler.c

@@ -22,6 +22,7 @@
 #include <unistd.h>
 #include <assert.h>
 #include <stdio.h>
+#include <pthread.h>
 
 #include "yuv_downscaler.h"