Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
fixes undeclared getopt and optopt on Ubuntu 13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scratcher28 committed Dec 11, 2013
1 parent 6c4da25 commit 75847bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Config.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef CONFIG_H
#define CONFIG_H

#include <unistd.h>
#include <string>

class Config
Expand Down

0 comments on commit 75847bc

Please sign in to comment.