Browse Source

vmware/xorg: Avoid warning about HAVE_STDINT_H being redefined.

tags/7.8-rc1
Michel Dänzer 16 years ago
parent
commit
9e42683fb3
1 changed files with 3 additions and 1 deletions
  1. 3
    1
      src/gallium/winsys/drm/vmware/xorg/vmw_ioctl.c

+ 3
- 1
src/gallium/winsys/drm/vmware/xorg/vmw_ioctl.c View File

@@ -31,7 +31,9 @@
* @author Jakob Bornecrantz <jakob@vmware.com>
*/

#define HAVE_STDINT_H
#ifndef HAVE_STDINT_H
#define HAVE_STDINT_H 1
#endif
#define _FILE_OFFSET_BITS 64

#include <errno.h>

Loading…
Cancel
Save