superio: Use 'include <stdlib.h>' when appropriate

Change-Id: I55e7b680e128f29a9fd549edfb676e6571330677
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/32830
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
diff --git a/src/superio/winbond/w83627hf/superio.c b/src/superio/winbond/w83627hf/superio.c
index 54120fb..a4d734f 100644
--- a/src/superio/winbond/w83627hf/superio.c
+++ b/src/superio/winbond/w83627hf/superio.c
@@ -24,7 +24,7 @@
 #include <console/console.h>
 #include <pc80/keyboard.h>
 #include <pc80/mc146818rtc.h>
-#include <stdlib.h>
+
 #include "w83627hf.h"
 
 static void enable_hwm_smbus(struct device *dev)