]> git.ozlabs.org Git - ccan/blobdiff - ccan/iscsi/_info
ccan: Correct some poor conventions in _info includes
[ccan] / ccan / iscsi / _info
index 6e02fec0db936df59220f5eb356fc53f86932aa1..525770369c4e49965cd3927b1ce78aa6aa586dae 100644 (file)
@@ -1,3 +1,4 @@
+#include "config.h"
 #include <stdio.h>
 #include <string.h>
 
@@ -11,7 +12,7 @@
  * session, as well as a low level scsi library to create scsi cdb's
  * and parse/unmarshall data-in structures.
  *
- * License: GPL (3 or any later version)
+ * License: GPL (v3 or any later version)
  * Author: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  */
 int main(int argc, char *argv[])
@@ -20,6 +21,7 @@ int main(int argc, char *argv[])
                return 1;
 
        if (strcmp(argv[1], "depends") == 0) {
+               printf("ccan/compiler\n");
                return 0;
        }