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

Collapse All | Expand All

(-)src/mesa/drivers/dri/mga/mga_xmesa.c (+4 lines)
Lines 31-37 Link Here
31
 */
31
 */
32
32
33
#include <stdlib.h>
33
#include <stdlib.h>
34
#if 0
34
#include <stdint.h>
35
#include <stdint.h>
36
#else
37
#include <sys/types.h>
38
#endif
35
#include "drm.h"
39
#include "drm.h"
36
#include "mga_drm.h"
40
#include "mga_drm.h"
37
#include "mga_xmesa.h"
41
#include "mga_xmesa.h"

Return to bug 92704