mirror of
https://git.freebsd.org/ports.git
synced 2025-06-14 01:00:33 -04:00
11 lines
299 B
C++
11 lines
299 B
C++
--- src/jalv_qt.cpp.orig 2021-02-14 03:40:27 UTC
|
|
+++ src/jalv_qt.cpp
|
|
@@ -14,6 +14,8 @@
|
|
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
|
|
+#include <ctype.h> // workaround for error: use of undeclared identifier 'isascii'
|
|
+
|
|
#include "jalv_internal.h"
|
|
|
|
#include "lilv/lilv.h"
|