diff options
author | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-05-03 19:43:27 +0000 |
---|---|---|
committer | Owain Ainsworth <oga@cvs.openbsd.org> | 2009-05-03 19:43:27 +0000 |
commit | 42102703a303f715808a6b5428f67b56a697944d (patch) | |
tree | d155c702ca90f01b8c342262208f917c8ebae83f /lib/libdrm/libdrm_lists.h | |
parent | 8524960d115363e61e7ac540f4e7b9bb16dd390c (diff) |
update libdrm to 2.4.9 (actually to -current, but the only real changes
are to some assertions and a small change to modesetting code).
bump libdrm_intel minor due to added symbols, libdrm doesn't get bumped,
no change to symbol list.
ok matthieu@.
Diffstat (limited to 'lib/libdrm/libdrm_lists.h')
-rw-r--r-- | lib/libdrm/libdrm_lists.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libdrm/libdrm_lists.h b/lib/libdrm/libdrm_lists.h index 8e23991f1..6410f5733 100644 --- a/lib/libdrm/libdrm_lists.h +++ b/lib/libdrm/libdrm_lists.h @@ -29,6 +29,8 @@ * list handling. No list looping yet. */ +#include <stddef.h> + typedef struct _drmMMListHead { struct _drmMMListHead *prev; |