Browse Source

Fix potential build error (NULL undefined) caused by missing include file

git-svn-id: http://lm-sensors.org/svn/i2c-tools/branches/i2c-tools-3.1@6230 7894878c-1315-0410-8ee3-d5d059ff63e0
tags/v3.1.1
Jean Delvare 12 years ago
parent
commit
a94388357b
  1. 1
      include/linux/i2c-dev.h

1
include/linux/i2c-dev.h

@ -25,6 +25,7 @@
#include <linux/types.h>
#include <sys/ioctl.h>
#include <stddef.h>
/* -- i2c.h -- */

Loading…
Cancel
Save