mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 06:10:30 -04:00
10 lines
248 B
C++
10 lines
248 B
C++
--- ipcomp.cc.orig 2017-10-05 11:20:24 UTC
|
|
+++ ipcomp.cc
|
|
@@ -18,6 +18,7 @@
|
|
* along with libusi++. If not, see <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
+#include <cstring>
|
|
#include "usi++/usi++.h"
|
|
#include "usi++/ipcomp.h"
|
|
#include "usi++/RX.h"
|