Assume initial digits in a track name are a sort key even without the
[disorder] / lib / wstat.h
index afae594..944048d 100644 (file)
@@ -24,6 +24,8 @@
 #ifndef WSTAT_H
 #define WSTAT_H
 
+#include <sys/wait.h>
+
 const char *wstat(int w);
 /* Format wait status @w@.  In extremis the return value might be a
  * pointer to a string literal.  The result should always be ASCII. */