Skip to content

Commit 8cc9bbf

Browse files
committed
Fix missing header of "spirograph"
1 parent 7aebf4e commit 8cc9bbf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/spirograph.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include <stdint.h>
1010
#include <stdio.h>
1111
#include <stdlib.h>
12+
#include <unistd.h>
1213

1314
#ifndef GL_FPS
1415
#define GL_FPS 30

0 commit comments

Comments
 (0)