add msvc build to libteletone

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@632 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Michael Jerris
2006-02-19 21:24:29 +00:00
parent cf67dbefd4
commit 51f566fbd4
6 changed files with 206 additions and 1 deletions

View File

@@ -51,7 +51,9 @@
* detriment.
*/
#include <math.h>
#ifndef _MSC_VER
#include <stdint.h>
#endif
#include <string.h>
#include <stdio.h>
#include <time.h>