blob: dd5aba4f17da4f3fb55189d2d461ba4f3e48a503 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff --git a/silly.c b/silly.c
index 57d07e8..102156a 100644
--- a/silly.c
+++ b/silly.c
@@ -13,6 +13,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <math.h>
+#include <string.h>
#ifndef WIN32
#include <GL/gl.h>
|