summaryrefslogtreecommitdiff
blob: eeb70bc2c9c6e0f24e18d147c5719eaa899eba44 (plain)
1
2
3
4
5
6
7
8
9
10
11
https://gitlab.com/menelkir/libg15render/-/commit/ea940d38ca5c17685e4c13dcdcde43bbd6ec1fea
--- a/pixel.c
+++ b/pixel.c
@@ -19,6 +19,7 @@
 #include <fcntl.h>
 #include <stdlib.h>
 #include <math.h>
+#include <unistd.h>
 #include "libg15render.h"
 
 void swap (int *x, int *y){