mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04:00
9 lines
227 B
C++
9 lines
227 B
C++
--- bindings.cpp.orig 2008-01-23 00:14:34.000000000 +0300
|
|
+++ bindings.cpp 2014-03-01 04:05:30.166745426 +0400
|
|
@@ -1,5 +1,6 @@
|
|
#include "bindings.h"
|
|
#include <errno.h>
|
|
+#include <cstdlib>
|
|
|
|
#ifdef DEBUG
|
|
#include <stdarg.h>
|