bump.c: memset is in string.h
authorJohn Tsiombikas <nuclear@mutantstargoat.com>
Sun, 25 Sep 2016 23:10:24 +0000 (02:10 +0300)
committerJohn Tsiombikas <nuclear@mutantstargoat.com>
Sun, 25 Sep 2016 23:10:24 +0000 (02:10 +0300)
src/bump.c

index cf020b7..66c6bbc 100644 (file)
@@ -2,6 +2,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <math.h>
 
 #include "demo.h"