summaryrefslogtreecommitdiff
path: root/math/lp_solve/patches/patch-lp__utils.c
blob: 58ef5c8b8aa485e381768c104cec27d3c3b3a490 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$NetBSD: patch-lp__utils.c,v 1.2 2015/12/07 17:40:27 joerg Exp $

Don't use obsolete headers.

--- lp_utils.c.orig	2009-08-27 19:52:00.000000000 +0000
+++ lp_utils.c
@@ -5,7 +5,6 @@
 #include "lp_lib.h"
 #include "lp_utils.h"
 #include <time.h>
-#include <sys/timeb.h>
 #include "lp_bit.h"
 
 #ifdef FORTIFY