mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
6a49fa15fa
PR: 193042 Submitted by: Ports Fury
13 lines
249 B
C++
13 lines
249 B
C++
--- modules/vuln-dcom/vuln-dcom.cpp.orig
|
|
+++ modules/vuln-dcom/vuln-dcom.cpp
|
|
@@ -28,7 +28,8 @@
|
|
/* $Id: vuln-dcom.cpp 550 2006-05-04 10:25:35Z common $ */
|
|
|
|
|
|
-#include <ctype.h>
|
|
+#include <cctype>
|
|
+#include <cstdlib>
|
|
|
|
#include "vuln-dcom.hpp"
|
|
|