mirror of
https://github.com/aaru-dps/aaruremote.git
synced 2025-12-16 19:24:37 +00:00
Fix headers.
This commit is contained in:
5
.idea/modules.xml
generated
5
.idea/modules.xml
generated
@@ -20,4 +20,9 @@
|
||||
</configuration>
|
||||
</configurations>
|
||||
</component>
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/aaruremote.iml" filepath="$PROJECT_DIR$/.idea/aaruremote.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
||||
@@ -15,7 +15,7 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
2
main.c
2
main.c
@@ -22,6 +22,8 @@
|
||||
#include <windows.h>
|
||||
|
||||
#include "win32/win32.h"
|
||||
#else
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include "aaruremote.h"
|
||||
|
||||
@@ -15,11 +15,16 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include <malloc.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <sys/utsname.h>
|
||||
|
||||
#ifndef _WIN32
|
||||
#include <stdint.h>
|
||||
#endif
|
||||
|
||||
#include "../aaruremote.h"
|
||||
#include "../endian.h"
|
||||
|
||||
AaruPacketHello* GetHello()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user