]> git.ipfire.org Git - thirdparty/shadow.git/commitdiff
lib/date_to_str.c: Add missing include <config.h>
authorAlejandro Colomar <alx@kernel.org>
Sun, 12 Nov 2023 22:20:15 +0000 (23:20 +0100)
committerIker Pedrosa <ikerpedrosam@gmail.com>
Wed, 22 Nov 2023 11:55:26 +0000 (12:55 +0100)
Signed-off-by: Alejandro Colomar <alx@kernel.org>
lib/date_to_str.c

index 67b993176a607c043cbb2d72193b3e1cbba017e3..9d004d9ee7404df33c6216cafe1d3b638979dbb7 100644 (file)
@@ -26,6 +26,8 @@
  * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <config.h>
+
 #include <string.h>
 #include <time.h>