]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
audiod: Dump audiod status after command execution.
[paraslash.git] / http_send.c
index 0c48934aea55747fa9e24e9393b903d0b4754263..828d99e2efc001f008e0df56946df3a990d3ab67 100644 (file)
@@ -1,13 +1,15 @@
 /*
- * Copyright (C) 2005-2009 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2005-2010 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
 
 /** \file http_send.c paraslash's http sender */
 
+#include <regex.h>
 #include <sys/types.h>
 #include <dirent.h>
+#include <osl.h>
 
 #include "para.h"
 #include "error.h"