libpayload: Provide dummy getenv()
[coreboot.git] / payloads / libpayload / include / stdlib.h
index 52162fe74eee3476a93b2d1acdfdcc5b6177706d..47b666a7612b378b63daee5da672f4921799d1c0 100644 (file)
@@ -143,5 +143,5 @@ void exit(int status) __attribute__ ((noreturn));
 /** @} */
 
 void qsort(void *aa, size_t n, size_t es, int (*cmp)(const void *, const void *));
-
+char *getenv(const char*);
 #endif