mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 11:48:35 -04:00
12 lines
249 B
C++
12 lines
249 B
C++
--- modules/vuln-wins/vuln-wins.cpp.orig
|
|
+++ modules/vuln-wins/vuln-wins.cpp
|
|
@@ -27,7 +27,8 @@
|
|
|
|
/* $Id: vuln-wins.cpp 550 2006-05-04 10:25:35Z common $ */
|
|
|
|
-#include <ctype.h>
|
|
+#include <cctype>
|
|
+#include <cstdlib>
|
|
|
|
#include "vuln-wins.hpp"
|
|
|