Browse Source

windows fix: fix the #include directive

pull/374/head
unknown 18 years ago
parent
commit
f970477b36
  1. 2
      mysys/my_rnd.c

2
mysys/my_rnd.c

@ -13,7 +13,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */
#include <mysys_priv.h>
#include "mysys_priv.h"
#include <m_string.h>
/*

Loading…
Cancel
Save