mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 18:10:38 -04:00
PR: 215951 Submitted by: Fernando Apesteguia <fernando.apesteguia@gmail.com> (maintainer) MFH: 2017Q1
11 lines
221 B
C++
11 lines
221 B
C++
$FreeBSD$
|
|
--- src/vsp_graphic/src/VBO.cpp.orig 2017-01-08 05:14:57 UTC
|
|
+++ src/vsp_graphic/src/VBO.cpp
|
|
@@ -1,6 +1,7 @@
|
|
#include <assert.h>
|
|
#include <vector>
|
|
#include <string>
|
|
+#include <stdlib.h>
|
|
|
|
#include "VBO.h"
|
|
|