forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
225 B
C++
10 lines
225 B
C++
--- libs-external/USI++/src/ip.cc~
|
|
+++ libs-external/USI++/src/ip.cc
|
|
@@ -15,6 +15,7 @@
|
|
#include "config.h"
|
|
#include <iostream>
|
|
#include <string.h>
|
|
+#include <cstdlib>
|
|
#include <errno.h>
|
|
#include <new>
|
|
#include <vector>
|