diff options
| author | miguel <miguel@localhost> | 2018-03-16 01:31:33 +0100 |
|---|---|---|
| committer | miguel <miguel@localhost> | 2018-03-16 01:31:33 +0100 |
| commit | f5eb896c9cceec7a85ed98cb727e605252e27fa4 (patch) | |
| tree | 7d96977a0bf5a77afeef9e5e95112367cbf1f1c4 /surf.c | |
| parent | 6d09938230f85faebe2acaf6f54496117f5dbe34 (diff) | |
mostly cosmetics
Diffstat (limited to 'surf.c')
| -rw-r--r-- | surf.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -2,6 +2,9 @@ * * To understand surf, start reading main(). */ + +// customizations by miguel. to incorporate his webextension +// #include <sys/file.h> #include <sys/types.h> #include <sys/wait.h> |
