pkgsrc/math/lp_solve/patches/patch-lp__utils.c

15 lines
308 B
C
Raw Normal View History

$NetBSD: patch-lp__utils.c,v 1.2 2015/12/07 17:40:27 joerg Exp $
2014-05-12 13:41:46 +02:00
Don't use obsolete headers.
2014-05-12 13:41:46 +02:00
--- lp_utils.c.orig 2009-08-27 19:52:00.000000000 +0000
+++ lp_utils.c
@@ -5,7 +5,6 @@
2014-05-12 13:41:46 +02:00
#include "lp_lib.h"
#include "lp_utils.h"
#include <time.h>
-#include <sys/timeb.h>
2014-05-12 13:41:46 +02:00
#include "lp_bit.h"
#ifdef FORTIFY