View | Details | Raw Unified | Return to bug 92704 | Differences between
and this patch

Collapse All | Expand All

(-)src/mesa/drivers/dri/mga/mgacontext.h (+4 lines)
Lines 29-35 Link Here
29
#ifndef MGALIB_INC
29
#ifndef MGALIB_INC
30
#define MGALIB_INC
30
#define MGALIB_INC
31
31
32
#if 0
32
#include <stdint.h>
33
#include <stdint.h>
34
#else
35
#include <sys/types.h>
36
#endif
33
#include "drm.h"
37
#include "drm.h"
34
#include "mga_drm.h"
38
#include "mga_drm.h"
35
#include "dri_util.h"
39
#include "dri_util.h"

Return to bug 92704