summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorAditya Naik2016-09-12 15:48:55 -0400
committerAditya Naik2016-09-12 15:48:55 -0400
commit2b25a1457f62a941bb6b319a38ffd374eedb1140 (patch)
treed3116ce1ccf6b836d01540fceb21e83c975fbd64 /main.c
parenta1283e03cdc44da6e1cd312c3ddc4db0dbdaf7a7 (diff)
Modified file structure
Diffstat (limited to 'main.c')
-rw-r--r--main.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/main.c b/main.c
index fdb786c..065c737 100644
--- a/main.c
+++ b/main.c
@@ -4,7 +4,7 @@
* For more information see: http://www.portaudio.com
* Copyright (c) 1999-2000 Ross Bencina and Phil Burk
*/
-
+
#include <stdlib.h>
#include <stdio.h>
@@ -17,8 +17,8 @@
#include <netdb.h>
#include <time.h>
-#include "record.h"
-#include "stt.h"
+#include "src/record.h"
+#include "src/stt.h"
#define SSDP_MULTICAST "239.255.255.250"
#define SSDP_PORT 1900