7ec648a2a8
maintainer ok
22 lines
427 B
Plaintext
22 lines
427 B
Plaintext
$OpenBSD: patch-avilib_avilib_c,v 1.2 2004/06/24 19:27:00 sturm Exp $
|
|
--- avilib/avilib.c.orig Fri Apr 23 23:27:42 2004
|
|
+++ avilib/avilib.c Mon Apr 26 12:56:03 2004
|
|
@@ -25,8 +25,6 @@
|
|
*
|
|
*/
|
|
|
|
-#include "os.h"
|
|
-
|
|
#ifdef HAVE_CONFIG_H
|
|
#include "config.h"
|
|
#else
|
|
@@ -34,6 +32,8 @@
|
|
#define VERSION "0.6.12"
|
|
#endif
|
|
|
|
+#include "os.h"
|
|
+
|
|
#if defined(COMP_MSC) || defined(COMP_MINGW)
|
|
#include <io.h>
|
|
#define ftruncate _chsize
|