diff options
author | Brian <[email protected]> | 2007-12-12 08:05:12 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-12-14 14:35:18 -0700 |
commit | a5eb9e7b1bf915a3bf911074c2872724c5b3ad53 (patch) | |
tree | 18922a79f0ce32a104b923c811db8e390749960b /progs/demos/rain.cxx | |
parent | 6f7d35318df592ec42a37ad0d42890118c02a6b8 (diff) |
Build rain demo (Gonzo <[email protected]>)
Diffstat (limited to 'progs/demos/rain.cxx')
-rw-r--r-- | progs/demos/rain.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/progs/demos/rain.cxx b/progs/demos/rain.cxx index d19f049c5f3..5c53d4248c5 100644 --- a/progs/demos/rain.cxx +++ b/progs/demos/rain.cxx @@ -8,6 +8,7 @@ #include <stdio.h> #include <stdlib.h> +#include <string.h> #include <math.h> #include <time.h> #include <GL/glut.h> |