mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
976649a8f5
With mp3wrap you can easily concatenate multiple mp3 files. You can even add non-mp3 content. PR: ports/52900 Submitted by: Ulrich Spoerlein <q@uni.de>
12 lines
222 B
Plaintext
12 lines
222 B
Plaintext
--- crc.c.orig Mon Jun 2 20:41:23 2003
|
|
+++ crc.c Mon Jun 2 20:43:24 2003
|
|
@@ -25,7 +25,7 @@
|
|
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
-
|
|
+#include <sys/types.h>
|
|
#include "crc.h"
|
|
|
|
static const u_int32_t crctab[256] = {
|