]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/iio/iio_utils.c
Merge tag 'iio-for-4.1a' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio...
[karo-tx-linux.git] / tools / iio / iio_utils.c
index aea9282101871e9d53b52c02340e842fde9292bc..2680a2e0f11380d1257e65bcd96117667daf7478 100644 (file)
@@ -6,6 +6,8 @@
  * under the terms of the GNU General Public License version 2 as published by
  * the Free Software Foundation.
  */
+#ifndef _IIO_UTILS_H
+#define _IIO_UTILS_H
 
 #include <string.h>
 #include <stdlib.h>
@@ -649,3 +651,5 @@ error_free:
        free(temp);
        return ret;
 }
+
+#endif /* _IIO_UTILS_H */