[Midnightbsd-cvs] src [12199] trunk/lib/libmport/index.c: add stdint

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat May 25 13:41:04 EDT 2019


Revision: 12199
          http://svnweb.midnightbsd.org/src/?rev=12199
Author:   laffer1
Date:     2019-05-25 13:41:03 -0400 (Sat, 25 May 2019)
Log Message:
-----------
add stdint

Modified Paths:
--------------
    trunk/lib/libmport/index.c

Modified: trunk/lib/libmport/index.c
===================================================================
--- trunk/lib/libmport/index.c	2019-05-25 17:40:20 UTC (rev 12198)
+++ trunk/lib/libmport/index.c	2019-05-25 17:41:03 UTC (rev 12199)
@@ -35,6 +35,7 @@
 #include <time.h>
 #include <string.h>
 #include <stdlib.h>
+#include <stdint.h>
 #include <errno.h>
 #include <stddef.h>
 



More information about the Midnightbsd-cvs mailing list