fix ARRAY_SIZE issue.
[coreboot.git] / src / cpu / amd / model_lx / msrinit.c
index 2ed7c94f7191b7e0be62b303d972e8327c148666..c7b45470e6d07f3bc66504dc1fed7d0be6fef9a0 100644 (file)
@@ -17,6 +17,8 @@
  * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <stdlib.h>
+
 struct msrinit {
        u32 msrnum;
        msr_t msr;