Skip to content
Snippets Groups Projects
Commit 1ccefd2e authored by Micah Elizabeth Scott's avatar Micah Elizabeth Scott
Browse files

Windows build fixes

parent f4421257
No related branches found
No related tags found
No related merge requests found
# Manifest of files to include in the simple HTTP server.
# Run this script to generate the httpdocs.cpp source file.
# For Python 2.7. Not yet compatible with Python 3.
manifest = [
('/', 'index.html', 'text/html'),
......
......@@ -21,8 +21,8 @@
* CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
#include "usbdevice.h"
#include "libwebsockets.h" // Lazy portable way to get gettimeofday()
#include "usbdevice.h"
#include <iostream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment