blob: 08fc7701540b5e819f3a41bd68decb5200cd520f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-ao,v 1.1 2004/03/08 21:13:55 seb Exp $
--- src/pfm-write.c.orig 2000-01-03 03:32:06.000000000 +0000
+++ src/pfm-write.c
@@ -30,7 +30,7 @@
#include "avl.h"
#include "error.h"
#include "file-handle.h"
-#include "gmp/gmp.h"
+#include <gmp.h>
#include "magic.h"
#include "pfm.h"
#include "str.h"
|