diff srogue/rings.c @ 60:3aa87373c908

srogue: include missing headers.
author elwin
date Fri, 27 Jan 2012 17:29:30 +0000
parents 2128c7dc8a40
children 94a0d9dd5ce1
line wrap: on
line diff
--- a/srogue/rings.c	Tue Jan 24 18:30:17 2012 +0000
+++ b/srogue/rings.c	Fri Jan 27 17:29:30 2012 +0000
@@ -14,6 +14,8 @@
  * See the file LICENSE.TXT for full copyright and licensing information.
  */
 
+#include <stdlib.h>
+#include <string.h>
 #include "rogue.h"
 #include "rogue.ext"