aboutsummaryrefslogtreecommitdiff
path: root/mpd_trigger.c
diff options
context:
space:
mode:
authorDeterminant <ted.sybil@gmail.com>2014-11-05 06:32:51 +0800
committerDeterminant <ted.sybil@gmail.com>2014-11-05 06:32:51 +0800
commit06be40b2f79e9d5ebcdf6527a04fcf36cc2fb4ab (patch)
tree699abc8a3ad7333484be1a2845c9c65335969bf5 /mpd_trigger.c
parent437501226f7ff9974c882977e62d704a561f8979 (diff)
add dependency section in the readme
Diffstat (limited to 'mpd_trigger.c')
-rw-r--r--mpd_trigger.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpd_trigger.c b/mpd_trigger.c
index 9a5080c..6e13b79 100644
--- a/mpd_trigger.c
+++ b/mpd_trigger.c
@@ -21,9 +21,9 @@
#include <unistd.h>
#include <string.h>
#include <stdlib.h>
+#include <getopt.h>
#include <sys/wait.h>
#include <sys/types.h>
-#include <getopt.h>
#include <mpd/idle.h>
#include <mpd/tag.h>