projects
/
cumulus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2911a42
)
Include a missing header file.
author
Michael Vrable
<mvrable@cs.ucsd.edu>
Tue, 30 Jun 2009 18:25:30 +0000
(11:25 -0700)
committer
Michael Vrable
<mvrable@turin.ucsd.edu>
Tue, 30 Jun 2009 18:25:30 +0000
(11:25 -0700)
This should fix compilation with newer versions of GCC. Problem originally
reported by Robert Rebstock <rebstock@scienceworks.com>.
ref.cc
patch
|
blob
|
history
diff --git
a/ref.cc
b/ref.cc
index
4020c01
..
4418e15
100644
(file)
--- a/
ref.cc
+++ b/
ref.cc
@@
-25,6
+25,7
@@
#include <assert.h>
#include <stdio.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <uuid/uuid.h>