OSDN Git Service

Merge pull request #60 from jennycao/jennycao/update-for-compile-warning
authorJSLin <johnson.lin@intel.com>
Mon, 11 Jun 2018 01:38:59 +0000 (09:38 +0800)
committerGitHub <noreply@github.com>
Mon, 11 Jun 2018 01:38:59 +0000 (09:38 +0800)
update for avoid compile warning

1  2 
cros_gralloc/cros_gralloc_helpers.cc

@@@ -9,9 -9,9 +9,9 @@@
  #include "i915_private_android.h"
  
  #include <cstdlib>
- #include <cutils/log.h>
+ #include <log/log.h>
  #include <sync/sync.h>
 -#include <error.h>
 +#include <errno.h>
  #include <unistd.h>
  
  const char* drmFormat2Str(int drm_format)