gallium: Include p_compiler.h for integer types.

This commit is contained in:
Michal Krol 2009-03-16 12:27:47 +01:00
parent 47c18b35b0
commit 13dad5294b
1 changed files with 1 additions and 1 deletions

View File

@ -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" {