diff options
author | Ted Gould <ted@gould.cx> | 2010-08-10 11:43:42 -0500 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-08-10 11:43:42 -0500 |
commit | 5bffdaf7141fd7909474daa23ff9107c6f047453 (patch) | |
tree | eda49aaa8b83fe80a0e40391e9e6cf84368329af /src/generate-id.c | |
parent | bd2b24fbcaf89d827610f5371a0c13c3db1ae38b (diff) | |
download | ayatana-indicator-application-5bffdaf7141fd7909474daa23ff9107c6f047453.tar.gz ayatana-indicator-application-5bffdaf7141fd7909474daa23ff9107c6f047453.tar.bz2 ayatana-indicator-application-5bffdaf7141fd7909474daa23ff9107c6f047453.zip |
Brining generate-id into the fold
Diffstat (limited to 'src/generate-id.c')
-rw-r--r-- | src/generate-id.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/generate-id.c b/src/generate-id.c index 95a4bee..6855b39 100644 --- a/src/generate-id.c +++ b/src/generate-id.c @@ -19,6 +19,8 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#include "generate-id.h" + struct ordering_id_struct { gchar category; gchar first; |