Merge branch 'upstream' into tizen 35/239435/1
authorKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 24 Jul 2020 12:47:02 +0000 (14:47 +0200)
committerKarol Lewandowski <k.lewandowsk@samsung.com>
Fri, 24 Jul 2020 12:47:02 +0000 (14:47 +0200)
Change-Id: I93d730a6b0596450d95f8f32c947ed20573d3d0a

1  2 
lib/utils_loop.c

  #include <sys/ioctl.h>
  #include <sys/stat.h>
  #include <sys/types.h>
+ #ifdef HAVE_SYS_SYSMACROS_H
+ # include <sys/sysmacros.h>     /* for major, minor */
+ #endif
  #include <linux/loop.h>
 +#ifdef HAVE_SYS_SYSMACROS_H
 +#include <sys/sysmacros.h>     /* for major, minor */
 +#endif
  
  #include "utils_loop.h"