Move to kernel style SPDX license identifiers
[lttng-ust.git] / include / ust_snprintf.h
index da63dc6b741137a0463a1305c015ecdddd8132e2..37c2218c432ea0de20d5d80c88eff1d9f52f2b5d 100644 (file)
@@ -1,7 +1,14 @@
+/*
+ * SPDX-License-Identifier: LGPL-2.1-or-later
+ *
+ * Copyright (C) 2009 Pierre-Marc Fournier
+ */
+
 #ifndef UST_SNPRINTF
 #define UST_SNPRINTF
 
 #include <stdarg.h>
+#include <stddef.h>
 
 extern int ust_safe_vsnprintf(char *str, size_t n, const char *fmt, va_list ap);
 extern int ust_safe_snprintf(char *str, size_t n, const char *fmt, ...);
This page took 0.023065 seconds and 4 git commands to generate.