diff options
| author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-08-05 20:18:46 +0200 | 
|---|---|---|
| committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-08-05 20:18:46 +0200 | 
| commit | b1ee499b55f9226c94a94668b5416fc7a83c541c (patch) | |
| tree | 6046497574ce80d797fcbd98980e2e84cf5d6f48 | |
| parent | 98d924b7b28b33f460925402623a25fd06a80b02 (diff) | |
.
| -rw-r--r-- | plugingui/pluginconfig.cc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/plugingui/pluginconfig.cc b/plugingui/pluginconfig.cc index 57a4e08..7c0bd9c 100644 --- a/plugingui/pluginconfig.cc +++ b/plugingui/pluginconfig.cc @@ -24,7 +24,7 @@   *  along with DrumGizmo; if not, write to the Free Software   *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.   */ -#include "config.h" +#include "pluginconfig.h"  #include <stdio.h>  #include <errno.h> | 
