c04ae9a466
PyroTechnics is a simple OpenGL-based firework simulator. Features -------- o a bunch of nifty kinds of fireworks o the ability to choreograph firework displays o a texture-mapped water surface o reflections in the water o fogging o a moving camera o the ability to save screenshots WWW: http://nostatic.org/pyro/pyro.html PR: ports/85842 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org>
10 lines
171 B
C
10 lines
171 B
C
--- jpeg.c.orig
|
|
+++ jpeg.c
|
|
@@ -5,6 +5,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <malloc.h>
|
|
#include "jpeglib.h"
|
|
#include <setjmp.h>
|