]> git.pld-linux.org Git - packages/ardour.git/blame - ardour-stdint.patch
- fix on ac-amd64: libs/pbd/shortpath.cc:60: error: `uint32_t' undeclared (first...
[packages/ardour.git] / ardour-stdint.patch
CommitLineData
92062a41
ER
1--- ardour-2.1/libs/pbd/shortpath.cc~ 2007-10-06 14:07:02.000000000 +0300
2+++ ardour-2.1/libs/pbd/shortpath.cc 2007-10-06 14:07:04.000000000 +0300
3@@ -18,6 +18,7 @@
4 */
5
6 #include <pbd/shortpath.h>
7+#include <stdint.h>
8
9 using namespace Glib;
10 using namespace std;
This page took 0.030144 seconds and 4 git commands to generate.