]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/udev-builtin.c
util-lib: split our string related calls from util.[ch] into its own file string...
[thirdparty/systemd.git] / src / udev / udev-builtin.c
index 4f625251d66197f97465360498801d9e1dd95a90..e6b36f124fdff21cf1e7285caf322016c42dd0b7 100644 (file)
   along with systemd; If not, see <http://www.gnu.org/licenses/>.
 ***/
 
+#include <getopt.h>
 #include <stdio.h>
 #include <string.h>
-#include <getopt.h>
 
+#include "string-util.h"
 #include "udev.h"
 
 static bool initialized;