diff options
| author | Aditya Naik | 2016-09-12 15:48:55 -0400 |
|---|---|---|
| committer | Aditya Naik | 2016-09-12 15:48:55 -0400 |
| commit | 2b25a1457f62a941bb6b319a38ffd374eedb1140 (patch) | |
| tree | d3116ce1ccf6b836d01540fceb21e83c975fbd64 /main.c | |
| parent | a1283e03cdc44da6e1cd312c3ddc4db0dbdaf7a7 (diff) | |
Modified file structure
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 |
