projects
/
profile
/
ivi
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
47c18b3
)
gallium: Include p_compiler.h for integer types.
author
Michal Krol
<michal@vmware.com>
Mon, 16 Mar 2009 11:27:47 +0000
(12:27 +0100)
committer
Michal Krol
<michal@vmware.com>
Mon, 16 Mar 2009 11:27:47 +0000
(12:27 +0100)
src/gallium/include/pipe/p_atomic.h
patch
|
blob
|
history
diff --git
a/src/gallium/include/pipe/p_atomic.h
b/src/gallium/include/pipe/p_atomic.h
index
578d594
..
348a938
100644
(file)
--- a/
src/gallium/include/pipe/p_atomic.h
+++ b/
src/gallium/include/pipe/p_atomic.h
@@
-9,8
+9,8
@@
#ifndef P_ATOMIC_H
#define P_ATOMIC_H
+#include "p_compiler.h"
#include "p_defines.h"
-#include <stdint.h>
#ifdef __cplusplus
extern "C" {