freebsd-ports/multimedia/mpegedit/files/patch-as
Alexander Langer 0d731daf26 - Support CC/CXX/CFLAGS/CXXFLAGS/MAKE properly
- Support NOPORTDOCS
- Remove USE_GMAKE
- Add WWW: line into pkg/DESCR
- Add pnm.1 LIB_DEPENDS

PR:		19344
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-06-28 13:34:38 +00:00

11 lines
251 B
Plaintext

--- MpegCodec/frame.C.orig Sun May 21 02:14:48 1995
+++ MpegCodec/frame.C Thu Jun 15 08:37:49 2000
@@ -25,6 +25,7 @@
#include "frame.H"
#include <string.h>
#include <iostream.h>
+#include <sys/param.h>
#ifndef NO_INET
#include <netinet/in.h>