mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-11 11:01:18 +02:00
11 lines
263 B
C++
11 lines
263 B
C++
--- openmp/libomptarget/src/omptarget.cpp.orig
|
|
+++ openmp/libomptarget/src/omptarget.cpp
|
|
@@ -12,6 +12,7 @@
|
|
//
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
+#include <stdarg.h>
|
|
#include <omptarget.h>
|
|
|
|
#include "device.h"
|