mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 23:44:01 +02:00
12 lines
293 B
Plaintext
12 lines
293 B
Plaintext
Index: src/ipeextract/ipeextract.cpp
|
|
--- src/ipeextract/ipeextract.cpp.orig
|
|
+++ src/ipeextract/ipeextract.cpp
|
|
@@ -33,6 +33,7 @@
|
|
#include "ipepdfparser.h"
|
|
#include <cstdlib>
|
|
|
|
+using std::exit;
|
|
using namespace ipe;
|
|
|
|
// ---------------------------------------------------------------------
|