Current News Archived News Search News Discussion Forum Old Forum Install Programs More Downloads... Troubleshooting Source Code Format Specs. Misc. Information Non-SF Stuff Links Small banner for links to this site: |
diff --git a/linux/windows.h b/linux/windows.h
--- a/linux/windows.h
+++ b/linux/windows.h
#ifndef WINDOWS_H_INCLUDED
#define WINDOWS_H_INCLUDED
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <ctype.h>
#include <fcntl.h>
|