Make config.h inclusion consistent

Signed-off-by: Bryce Harrington <bryce@osg.samsung.com>
Reviewed-by: Derek Foreman <derekf@osg.samsung.com>
diff --git a/clients/presentation-shm.c b/clients/presentation-shm.c
index 2d9b885..998ce8b 100644
--- a/clients/presentation-shm.c
+++ b/clients/presentation-shm.c
@@ -23,7 +23,7 @@
  * DEALINGS IN THE SOFTWARE.
  */
 
-#include <config.h>
+#include "config.h"
 
 #include <stdio.h>
 #include <stdlib.h>