diff options
Diffstat (limited to 'src/basic/escape.h')
-rw-r--r-- | src/basic/escape.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/escape.h b/src/basic/escape.h index 85ba909081..30604c58f9 100644 --- a/src/basic/escape.h +++ b/src/basic/escape.h @@ -21,8 +21,8 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>. ***/ -#include <sys/types.h> #include <inttypes.h> +#include <sys/types.h> /* What characters are special in the shell? */ /* must be escaped outside and inside double-quotes */ |