mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
abe1913190
constraint solving toolkit
13 lines
243 B
Plaintext
13 lines
243 B
Plaintext
--- c++/ClFDSolver.cc.orig Fri Oct 1 18:10:48 1999
|
|
+++ c++/ClFDSolver.cc Fri Oct 1 18:11:19 1999
|
|
@@ -9,6 +9,9 @@
|
|
//
|
|
// ClFDSolver.cc
|
|
|
|
+#ifdef __FreeBSD__
|
|
+#include <stdarg.h>
|
|
+#endif
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include <cassowary/config.h>
|