mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Oops, an editing error at one point meant I had missed the osfcn.h header
(it was directly underneath where bool.h used to be in the list, I think I must have not been paying attention and deleted a word from the wrong line. The machine that I was testing on still had an (old?) osfcn.h file) Pointed out by: Andreas Klemm <andreas@klemm.gtn.com>
This commit is contained in:
parent
48a13090be
commit
74a20d397d
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#
|
||||
# $Id$
|
||||
# $Id: Makefile,v 1.14 1996/10/04 08:43:36 peter Exp $
|
||||
#
|
||||
|
||||
GPPDIR= ${.CURDIR}/../../../contrib/libg++
|
||||
|
|
@ -40,7 +40,7 @@ HDRS= ACG.h AllocRing.h Binomial.h BitSet.h BitString.h Complex.h \
|
|||
Obstack.h Pix.h Poisson.h RNG.h Random.h Rational.h Regex.h RndInt.h \
|
||||
SLList.h SmplHist.h SmplStat.h String.h Uniform.h Weibull.h \
|
||||
bitdo1.h bitdo2.h bitprims.h builtin.h compare.h generic.h \
|
||||
getpagesize.h libc.h minmax.h std.h strclass.h swap.h \
|
||||
getpagesize.h libc.h minmax.h osfcn.h std.h strclass.h swap.h \
|
||||
sysent.h typemacros.h
|
||||
|
||||
beforeinstall:
|
||||
|
|
|
|||
Loading…
Reference in a new issue