summaryrefslogtreecommitdiff
path: root/src/basic/copy.h
diff options
context:
space:
mode:
authorSven Eden <yamakuzure@gmx.net>2017-04-06 14:55:07 +0200
committerSven Eden <yamakuzure@gmx.net>2017-04-26 12:59:13 +0200
commiteaca07ccfdf5d7dabc50afc7e539c2413dd69d3e (patch)
treef2876260f754b2c3f86814980568e6142cffafcd /src/basic/copy.h
parentb96ed50e3493103d075ff2ce4c3fbad8f26b2e22 (diff)
Prep v228: Add remaining updates from upstream (2/3)
Apply remaining fixes and the performed move of utility functions into their own foo-util.[hc] files on libbasic.
Diffstat (limited to 'src/basic/copy.h')
-rw-r--r--src/basic/copy.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/basic/copy.h b/src/basic/copy.h
index 0cb8cf766..f5d8a1dd8 100644
--- a/src/basic/copy.h
+++ b/src/basic/copy.h
@@ -21,6 +21,7 @@
along with systemd; If not, see <http://www.gnu.org/licenses/>.
***/
+#include <inttypes.h>
#include <stdbool.h>
#include <sys/types.h>