renderer: fix undeclared read/write warnings

On some systems, unistd is not implicitely included

Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
macos/master
Marc-André Lureau 9 years ago committed by Dave Airlie
parent 512114e38f
commit 6762e547db
  1. 1
      src/vrend_renderer.c

@ -27,6 +27,7 @@
#include <epoxy/gl.h>
#include <unistd.h>
#include <stdio.h>
#include <errno.h>
#include "pipe/p_shader_tokens.h"

Loading…
Cancel
Save