OSDN Git Service

Merge "Track rename from base/ to android-base/." am: 5d8fdbb6ff
[android-x86/system-extras.git] / verity / generate_verity_key.c
index a55600c..0da978f 100644 (file)
  * limitations under the License.
  */
 
+#define _GNU_SOURCE  /* needed for asprintf */
+
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
-#include <sys/types.h>
 #include <sys/stat.h>
+#include <sys/types.h>
 #include <unistd.h>
 
 /* HACK: we need the RSAPublicKey struct