]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/udev-builtin-btrfs.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / udev / udev-builtin-btrfs.c
index 3352821567e405723ab6287bd0dbf4decca48bb3..ce1a0c38823a1262a958cf22b04fb38765bd2c04 100644 (file)
@@ -17,8 +17,8 @@
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
-#include <stdlib.h>
 #include <fcntl.h>
+#include <stdlib.h>
 #include <sys/ioctl.h>
 
 #ifdef HAVE_LINUX_BTRFS_H
@@ -26,6 +26,7 @@
 #endif
 
 #include "missing.h"
+#include "string-util.h"
 #include "udev.h"
 
 static int builtin_btrfs(struct udev_device *dev, int argc, char *argv[], bool test) {